Socket
Book a DemoInstallSign in
Socket

fly-kit-imba

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fly-kit-imba

Jumpstart a Web App with Imba JS and Fly.

latest
Source
npmnpm
Version
1.1.1
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

Fly Starter Kit: Imba Build Status

Jumpstart a Web App with Imba JS and Fly.

Install

$ git clone --depth=1 https://github.com/lukeed/fly-kit-imba.git && cd fly-kit-imba
$ rm -rf .git && git init
$ npm install

You now have a fresh copy of this repo.

Usage

Default -- build development files, recompile on file change, and start a server.

npm run fly

Watch -- alias for npm run fly

npm run watch

Build -- build production assets

npm run build

Serve -- build production assets & start a server

npm run serve

Features

  • 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

Keywords

minification

FAQs

Package last updated on 16 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts