StealJS Bundles And Assets Packer
Takes steal.build result and packs all files including images from css, adds hashes to files for cache bust. Useful for different distribution scenarios that require fully packed apps: Web/CDN, Mobile, Chrome Apps, etc.
Example:
var stealTools = var packBundles = gulp
Tests
npm install (to install dev dependencies)
npm install mocha -g (mocha should be installed globally)
npm test
Test will build and pack test application to packed
folder.
to test built application, start web server that will serve root directory
harp server
access:
http://localhost:9000
- page with links to all links
http://localhost:9000/app/index.html
- dev app
http://localhost:9000/packed/index.html
- packed app without steal bundled
http://localhost:9000/packed/index_bundled.html
- packed app with steal bundled
http://localhost:9000/built/index.html
- steal built app without steal bundled
http://localhost:9000/built/index_bundled.html
- steal built app with steal bundled