Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ichord/angular-coffee-amd-seed
- Owner: ichord
- Created: 2013-06-21T12:30:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-31T15:02:53.000Z (over 11 years ago)
- Last Synced: 2023-10-20T20:18:43.943Z (over 1 year ago)
- Language: CoffeeScript
- Homepage:
- Size: 109 KB
- Stars: 58
- Watchers: 9
- Forks: 54
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`