Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobbubu/gulp-boilerplate
A gulp boilerplate to combine react.js, coffee-script, browserify, jade, stylus, sourcemaps, watchify and generating menifest file automatically
https://github.com/jacobbubu/gulp-boilerplate
Last synced: 14 days ago
JSON representation
A gulp boilerplate to combine react.js, coffee-script, browserify, jade, stylus, sourcemaps, watchify and generating menifest file automatically
- Host: GitHub
- URL: https://github.com/jacobbubu/gulp-boilerplate
- Owner: jacobbubu
- Created: 2015-03-29T04:13:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-02T02:46:43.000Z (almost 10 years ago)
- Last Synced: 2024-11-13T16:12:04.009Z (2 months ago)
- Language: CoffeeScript
- Size: 145 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Gulp Boilerplate
Thos repo. is heavyly inspired by https://github.com/leonidas/gulp-project-template/blob/master/gulpfile.coffee.
This is a boilerplate used by myself to combine gulp, browserify, coffee-script, react.js, jade, styles and so on.
Please run
```npm install```
before try it.
Using
```npm run prod```
to build a production version. That includes uglified js and minified stylesheet.
Run
```npm start```
for development. A web server running by [browsersync](http://www.browsersync.io) will be started and listening on port `9001`. [browsersync](http://www.browsersync.io) will watch on the file changes and then rebuild them.
An "app.appcache" manifest will be emmited as the default configuration, and also the sourcemaps of coffee-script, stylus will be outouted too.
A lot of details in `gulpfile.coffee`, please read it carefully. :)