0.1.0 • Published 13 years ago
coffeeify-redux v0.1.0
coffeeify-redux 
browserify v2 plugin for coffee-script-redux
mix and match .coffee and .js files in the same project
if you prefer the original coffee-script compiler, please use the original coffeeify
example
given some files written in a mix of js and coffee:
foo.coffee:
console.log(require './bar.js')bar.js:
module.exports = require('./baz.coffee')(5)baz.coffee:
module.exports = (n) -> n * 111install coffeeify into your app:
$ npm install coffeeifywhen you compile your app, just pass -t coffeeify to browserify:
$ browserify -t coffeeify foo.coffee > bundle.js
$ node bundle.js
555install
With npm do:
npm install coffeeify-reduxlicense
MIT
0.1.0
13 years ago