Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
zomars committed Oct 5, 2017
1 parent f8e0344 commit 8dd4f97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ $ gulp
When `gulp` is ran, Nutflow will look through all your source folders and execute the following tasks:

- `configs` - Copies configuration files to `./www/app/config`
- `clean` - to clean the `dev` directory
- `clean` - to clean the `_dev` theme directory
- `lint:js` - Check for code formats
- `images` - Copies images to `dev` folder
- `fonts` - Copies fonts to `dev` folder
- `images` - Copies images to `_dev` theme folder
- `fonts` - Copies fonts to `_dev` theme folder
- `sass` - Compiles Sass into CSS (Also lint sass files)
- `server` - Runs Bolt included php server
- `webpack` - Compiles JavaScript with Webpack
Expand Down

0 comments on commit 8dd4f97

Please sign in to comment.