Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/latentflip/browserify-grunt-workspaces-demo
https://github.com/latentflip/browserify-grunt-workspaces-demo
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/latentflip/browserify-grunt-workspaces-demo
- Owner: latentflip
- Created: 2013-06-12T22:36:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-13T08:40:45.000Z (over 11 years ago)
- Last Synced: 2024-04-15T02:17:42.080Z (7 months ago)
- Language: JavaScript
- Size: 96.7 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Building a good workflow for JS apps
## Requirements
* Compatibility with rails (but not a dependency on rails)
* CoffeeScript compilation
* Template precompilation
* Ability to write modular JS (commonjs modules)
* Testable JS
* Not too custom (other people can pick it up)
* Good development/debug experience
* Fast compilation## Current Setup
* Grunt for automating tasks
* Browserify for compiling JS
* Compiles coffeescript/templates into a single bundle.js
* Supports
* Custom grunt-browserify fork