/webpack-flightjs-demo

Use webpack to build your Flight web application

Primary LanguageJavaScriptMIT LicenseMIT

webpack-flightjs-demo

The goal of this showcase project is to demonstrate how webpack module bundler can be used for building and loading a FlightJS application as an alternative to the default RequireJS module loader.

Run

npm run-script dev

npm run-script deploy

TODO

  • make file loaders work (hashes)
  • add a test / webpack + karma

Install

npm install npm install -g bower bower install

npm run-script dev

npm run-script deploy

How to install a new plugin?

npm install extract-text-webpack-plugin --save npm install compression-webpack-plugin --save npm install node-sass --save npm install raw-loader --save npm install compass-mixins --save npm install i18n-webpack-plugin --save npm install compass-mixins --save

npm install jshint-loader --save-dev