Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mlms13/build-optimizations
Speeding up our Gulp build
https://github.com/mlms13/build-optimizations
Last synced: 25 days ago
JSON representation
Speeding up our Gulp build
- Host: GitHub
- URL: https://github.com/mlms13/build-optimizations
- Owner: mlms13
- License: mit
- Created: 2014-08-04T14:41:42.000Z (over 10 years ago)
- Default Branch: incremental
- Last Pushed: 2015-05-21T05:21:54.000Z (over 9 years ago)
- Last Synced: 2024-04-15T12:13:22.893Z (7 months ago)
- Language: JavaScript
- Size: 304 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Optimized Gulp Builds
### This one weird trick...
This repository showcases a variety of not-that-weird tricks to speed up your Gulp builds. Most of these techniques focus on "incremental" builds (rebuilding only the files that changed), however there are some general best practices sprinkled in for good measure.
- **Master** is the naive branch, showing a common gulpfile with minimal optimizations
- **Incremental** is the improved branch, featuring Watchify, `gulp-cached`, and a few handy Browserify parametersRead [the full article on these techniques](http://io.pellucid.com/blog/tips-and-tricks-for-faster-front-end-builds) on the Pellucid blog to see how we cut our rebuild times to about 20% of their original length.