Skip to content

Eden-Sun/ionic-coffee-jade-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoffeeScript Ionic Starter

Starting point for developing Ionic apps with coffeescript.

Getting Started

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!

Troubleshooting

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

About

Gulpified workflow for ionic development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.7%
  • CSS 14.5%
  • C++ 5.8%
  • Objective-C 0.4%
  • Java 0.3%
  • C# 0.1%
  • Other 0.2%