Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ichord/angular-coffee-amd-seed

angular coffeescript requirejs
https://github.com/ichord/angular-coffee-amd-seed

Last synced: 3 months ago
JSON representation

angular coffeescript requirejs

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/ichord/angular-coffee-AMD-seed.png)](https://travis-ci.org/ichord/angular-coffee-AMD-seed)

### Tech Stack

* Grunt
* bower
* CoffeeScript
* Sass
* AngularJS
* Pure (css)
* RequireJS
* Karma
* Compass

### Development Friendly

* AutoCompile (coffescript, scss)
* LiveReload
* and more...

### Dir Structure

* app - development stuff. coffeescript, sass, template and so on.
* build - complied stuff. javascript, css, spec test... dev server will run on it.
* dist - production stuff. compress and min files which can deploy to server.
* test - testing!

### Tasks

* grunt dev - set up development env
* grunt dist - generate production stuff
* grunt compile - compile coffeescript and sass
* more details in `Gruntfile.coffee`