1.1.1 • Published 10 years ago
fly-kit-imba v1.1.1
Fly Starter Kit: Imba 
Install
$ git clone --depth=1 https://github.com/lukeed/fly-kit-imba.git && cd fly-kit-imba
$ rm -rf .git && git init
$ npm installYou now have a fresh copy of this repo.
Usage
Default -- build development files, recompile on file change, and start a server.
npm run flyWatch -- alias for npm run fly
npm run watchBuild -- build production assets
npm run buildServe -- build production assets & start a server
npm run serveFeatures
- Asset Versioning
- Babel (for non-Imba ES6/7 support)
- Browserify Bundles
- BrowserSync
- Cache-Busting/versioned production assets
- CSS Autoprefixer
- Javascript Linting via XO
- HTML Minification
- Offline Support (Service Worker Caching)
- SASS pre-processor
- Uglify JS
License
MIT © Luke Edwards
1.1.1
10 years ago