connect-compiler icon indicating copy to clipboard operation
connect-compiler copied to clipboard

Development middleware to dynamically recompile derived files at serve-time.

Results 13 connect-compiler issues
Sort by recently updated
recently updated
newest added

path.exists is no longer avaialable in node v0.12 Also maybe you can publish new version ?

Hi! I am migrationBot! Did you know that `path.{exists,existsSync}` was moved to `fs.{exists,existsSync}`, and that `tty.setRawMode(mode)` was moved to `tty.ReadStream#setRawMode()` (i.e. `process.stdin.setRawMode()`) in node v0.8.0? Read more @[API changes between...

Hi there. Sorry, I didn't know pull requests off a single branch would have such poor granularity: I would've done feature branches had I known. The changes are all very...

`path.dirname` do things better than split-slice-join the path assuming `/` is directory seperator, may also easier to read

Yup, Node is giving me deprecation warnings, but no more with this simple fix. :)

Used coffeescript as an example. Please let me know if I didn't do this correctly. Cheers. -Jeff

Simple patch to add support for [PogoScript](http://pogoscript.org). Didn't see any automated tests, should there be any for this?

You'll have to excuse me if I mis understood how `connect-compiler` should work, but perhaps an option should be made available that skips writing/serving anything from disk and instead streams...

the support for sass.js doesn't seem to work anymore: with the following `server.coffee`: ``` connect = require 'connect' compiler = require 'connect-compiler' # uncomment as required # sass = require...

Since old compiled files are not deleted when recompiling the static middleware will serve the old file if compilation of the new file fails, which leads to confusion when developing...