Skip to content

Tags: m3t/gulp-starter

Tags

2.1.5

Toggle 2.1.5's commit message
2.1.5

Just grouping some bug fixes, minor implementation updates.

2.1.4

Toggle 2.1.4's commit message
[use] browserSync.stream instead of browserSync.reload({stream: true})

(Merge branch 'furkanpoyraz-master')

2.1.3

Toggle 2.1.3's commit message
2.1.3

- Convert config to JSON
- Exposes browserSync config in config.json

2.1.0

Toggle 2.1.0's commit message
2.1.0

Adds gulp-data

2.0.0

Toggle 2.0.0's commit message
2.0.0

Notable changes from 1.0:
- Full asset pipeline and static html compilation
- `gulpfile.js` is now a directory
- update directory structure
- Replaced Browserify with Webpack
  - Async CommonJS module requires
  - Automatically splits out shared dependencies
- New `html` task w/ Nunjucks templating/compiling
- Replace CoffeeScript with ES6
- New `server` task to test production files locally
- New `deploy` task to deploy the public directory to gh-pages
- New `rev` task that revisions filenames and compress css and js
- Use `gulp-watch` instead of `gulp.watch` (correctly handles new files)
- New `build:production` task runs tests, compression + filename revisioning
- Remove old examples and extraneous dependencies
- Upgrades dependencies
- Added example Travis CI integration that runs karma tests and production build
- Add SVG sprite implementation from @synapticism in vigetlabs#100

1.0.0

Toggle 1.0.0's commit message
1.0.0 (Old Browserify Setup)