stpn / CoffeeScript-Ionic-Starter

Gulpified workflow for ionic development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoffeeScript Ionic Starter

Starting point for developing Ionic apps with coffeescript.

Getting Started

Enjoy coffeescript + 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.

Changes to any files in the project directory will trigger a reload in your browser, complete with your newly concated+compiled sass+coffee files!

Troubleshooting

If you get an error on running gulp watch, try npm install -g gulp-cli.

About

Gulpified workflow for ionic development


Languages

Language:JavaScript 77.6%Language:CSS 15.1%Language:C++ 6.2%Language:Objective-C 0.4%Language:Java 0.3%Language:C# 0.2%Language:HTML 0.1%Language:CoffeeScript 0.1%Language:C 0.0%