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
- Host: GitHub
- URL: https://github.com/phpdude/grunt-template-coffee-requirejs
- Owner: phpdude
- Created: 2015-06-23T21:46:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-23T21:58:12.000Z (almost 11 years ago)
- Last Synced: 2025-03-18T04:43:20.072Z (about 1 year ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.