Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/latentflip/browserify-grunt-workspaces-demo


https://github.com/latentflip/browserify-grunt-workspaces-demo

Last synced: 30 days ago
JSON representation

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