Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ugogo/gulp-starter

Gulp.js starter.
https://github.com/ugogo/gulp-starter

Last synced: about 7 hours ago
JSON representation

Gulp.js starter.

Awesome Lists containing this project

README

        

#Gulp.js starter

###Dev tasks
- **Jade,** for HTML files
- **Sass and Autoprefixer,** for CSS files
- **Browserify and JSHint,** for JS files
- **Browser-sync,** for generating a local server

-
Generate files, watch them and launch a local server
```
$ gulp
```

-
###Build tasks
- **Minify** HTML/CSS/JS/images files
- **Gh-pages,** for deploying on GitHub Pages

-
Build files
```
$ gulp generate-files --prod
```
-
Deploy
```
$ gulp deploy
```

-
###Todo
- [ ] Optimize webfonts files ?