Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 425 Bytes

readme.md

File metadata and controls

9 lines (6 loc) · 425 Bytes

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.