Skip to content

Commit

Permalink
Update README.md to include min files
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcere committed Aug 20, 2017
1 parent 8931535 commit 3ce748e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .angular-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"../node_modules/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.css"
],
"scripts": [
"../node_modules/jquery/dist/jquery.js",
"../node_modules/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.js"
"../node_modules/jquery/dist/jquery.min.js",
"../node_modules/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.concat.min.js"
],
"environmentSource": "environments/environment.ts",
"environments": {
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ If you are using [Angular CLI](https://cli.angular.io/) you can follow the examp
+ "../node_modules/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.css"
],
"scripts": [
+ "../node_modules/jquery/dist/jquery.js",
+ "../node_modules/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.js"
+ "../node_modules/jquery/dist/jquery.min.js",
+ "../node_modules/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.concat.min.js"
],
```

Expand Down

0 comments on commit 3ce748e

Please sign in to comment.