Use new manifest format

Simplifies and consolidates gulp tasks

Adds a --production flag to disable source maps

Uses pleeease.io for css optimization
This commit is contained in:
Austin Pray
2015-01-14 16:02:40 -06:00
parent d6625c20d1
commit 6bb9fb21cb
5 changed files with 83 additions and 64 deletions

View File

@@ -77,6 +77,7 @@ You now have all the necessary dependencies to run the build process.
* `gulp` — Compile and optimize the files in your assets directory
* `gulp watch` — Compile assets when file changes are made
* `gulp --production` — Compile assets for production (no source maps).
* `gulp --tasks` — Lists all the available tasks and what they do
## Documentation