Skip to content

AusIV/angular-coffee-seed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-coffee-seed

The seed for AngularJS apps in coffeescript

This project is a coffeescript port of the angular-seed project.

I have been inspired by the angular-seed-coffeescript project. I however disliked the browser coffee compilation, so I wrote my own.

How do I include a .coffee file in html?

You don't. Just include a .js file. ./scripts/web-server.js will search for a .coffee file and send it compiled.

How do I include a .js file?

Feel free to. If a .coffee file is not found and .js is, it will be sent untouched.

Tests

Both .coffee and .js tests work.

Why another coffee seed?

This seed uses server-side compilation. While it may take some time (miliseconds?), there is no need for any workarounds that arise from compiling in the browser.

Compilation takes too long

Get a SSD drive.

About

Seed project for angular apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Other 0.3%