Skip to content
 
 

Latest commit

 

History

79 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages