Skip to content

Commit 2d8c630

Browse files
committed
add gulp tasks to README
1 parent 6b57926 commit 2d8c630

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ After downloading, simply edit the HTML and CSS files included with the template
3434

3535
After installation, run `npm install` and then run `gulp dev` which will open up a preview of the template in your default browser, watch for changes to core template files, and live reload the browser when changes are saved. You can view the `gulpfile.js` to see which tasks are included with the dev environment.
3636

37+
#### Gulp Tasks
38+
39+
- `gulp` the default task that builds everything
40+
- `gulp dev` browserSync opens the project in your default browser and live reloads when changes are made
41+
- `gulp sass` compiles SCSS files into CSS
42+
- `gulp minify-css` minifies the compiled CSS file
43+
- `gulp minify-js` minifies the themes JS file
44+
- `gulp copy` copies dependencies from node_modules to the vendor directory
45+
3746
## Bugs and Issues
3847

3948
Have a bug or an issue with this template? [Open a new issue](https://github.com/BlackrockDigital/startbootstrap-clean-blog/issues) here on GitHub or leave a comment on the [template overview page at Start Bootstrap](http://startbootstrap.com/template-overviews/clean-blog/).

0 commit comments

Comments
 (0)