Skip to content

Commit

Permalink
Fixed a typo in the available gulp commands in the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jordykommeren committed Oct 2, 2018
1 parent 5cb3b7c commit 34b57cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -521,5 +521,5 @@ For example: `$font-default-font-size: 18px;`
##### Available Gulp commands
- `gulp watch` : Watches all `.scss` files and compiles them when `gulp` detects a change. It also starts a browsersync session this way you can see your changes on the fly.
- `gulp scripts` : Compiles all `.js` files.
- `gulp script-depts` : Copies the script dependencies from the `node_modules` to a local folder for `production`
- `gulp script-deps` : Copies the script dependencies from the `node_modules` to a local folder for `production`
- `gulp build` : Builds all `.scss` and `.js` files for `production`

0 comments on commit 34b57cd

Please sign in to comment.