Starting point for developing Ionic apps with coffeescript.
Enjoy coffeescript + Jade + sass w/ live reloading.
npm install
gulp watch
In a separate window,
ionic serve
Coffeescript files in www/coffee will be compiled to JS and concated into www/js/application.js.
Sass files in www/sass will be compiled to CSS and concated into www/css/style.css.
Jade templates in www/jade will be compiled to HTML into www/templates/
Changes to any files in the project directory will trigger a reload in your browser, complete with your newly concated+compiled sass+coffee+jade files!
If you get an error on running gulp watch
, try npm install -g gulp
.