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

https://github.com/phpdude/grunt-template-coffee-requirejs

Grunt Template Project CoffeeScript + RequireJS
https://github.com/phpdude/grunt-template-coffee-requirejs

Last synced: 11 months ago
JSON representation

Grunt Template Project CoffeeScript + RequireJS

Awesome Lists containing this project

README

          

# grunt-template-coffee-requirejs
Grunt Template Project CoffeeScript + RequireJS

CoffeeScript + RequireJS template project for grunt managed environment. You can start grunt with default
task by command `grunt` without arguments, this will watch for changes in all project coffeescript files and
rebuild your requirejs application files. Output application file is app.js.

Uses almond for running requirejs code.

If you have ideas about this project you can write me to ya@helldude.ru or make pull request.