Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/connor4312/gulp-breakout
Better breakout build environment for web development
https://github.com/connor4312/gulp-breakout
Last synced: about 1 month ago
JSON representation
Better breakout build environment for web development
- Host: GitHub
- URL: https://github.com/connor4312/gulp-breakout
- Owner: connor4312
- Created: 2014-08-05T12:35:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-02T21:55:10.000Z (over 9 years ago)
- Last Synced: 2024-10-25T22:19:35.804Z (about 2 months ago)
- Language: JavaScript
- Size: 186 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Gulp Breakout
Breakout build environment for better web development. Same interface and such as by old grunt-breakout, but faster with better compression. And, of course, it uses Gulp! MIT license, do what you'd like with it.
Usage:
* `gulp` - Compiles, but does not minify, assets.
* `gulp spy` - Serves the site and watches for changes, auto-refreshing the browser.
* `gulp dist` - Compiles and minifies all assets.