Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.