karthikv / nodefront

A node.js-powered rapid front-end development utility.
http://karthikv.github.com/nodefront
MIT License
246 stars 11 forks source link

Compilations fails when using serve -c #29

Closed Deraen closed 11 years ago

Deraen commented 11 years ago

When serve() calls compile() (at line 38 file serve.js) it doesn't specify output-property for env-parameter.

karthikv commented 11 years ago

Ah, yes. Good catch; I'll get this fixed soon.

karthikv commented 11 years ago

Apologies for the delay; this has been addressed in the latest 1.0.4 release (see commit above). Let me know if you continue to experience issues with the updated release.