Karthik Viswanathan

Results 17 comments of Karthik Viswanathan

Just ran into this issue, took quite some time to realize why this was happening. @abiosoft I think it'd be useful to remove this volume to prevent confusion. Users can...

Would be happy to accept a pull request for it!

Nodefront uses transformers (https://github.com/ForbesLindesay/transformers) for compilation, which in turn employs sass.js. @ForbesLindesay can you update the sass library? node-sass (https://github.com/andrew/node-sass) looks like a good alternative.

Thanks for the pull request! I'm not sure, however, if CodeMirror is necessary for this project. It seems to add quite a bit of overhead in terms of code, and...

Nodefront uses [consolidate-build](https://github.com/ForbesLindesay/consolidate-build) for all language compilers. @ForbesLindesay could you add Literate CoffeeScript support there?

Sounds like a good idea. We could get rid of coffee-script, jade, stylus, adm-zip, mime, socket.io, and uglify.js. I believe request should be moved to devDependencies as well. This'll clean...

I'm having second thoughts about going through with this. It seems to be quite a bit of trouble, as we need to involve others and get modifications to external libraries....

Yes, but I'm not interested in developing our own version of squirrel. It seems much more logical to me to focus on other features rather than this dynamic dependency management....

I'm still not convinced that this is necessary, based off my previous logic; it can break Travis, it adds extra complexity, and it doesn't really provide more convenience. Running one...

All right, I'm convinced by your logic, given that you can get this to work with Travis and not make the code overly complex (judging by the simple interface you...