BlessCSS / bless

CSS Post-Processor
blesscss.com
MIT License
282 stars 60 forks source link

Updated to work with node 0.6.2 #3

Closed JeNeSuisPasDave closed 12 years ago

JeNeSuisPasDave commented 12 years ago

Addressed issues with obsoleted node.js functions:

Addressed issue with use of a reserved word -- import -- as a variable name.

jhnlsn commented 12 years ago

do you know if this is going to be integrated? im getting this error.

The "sys" module is now called "util". It should have a similar interface.

jhnlsn commented 12 years ago

doesn't look like this is active anymore so im just going to fork this and keep working on it from there...

JeNeSuisPasDave commented 12 years ago

That's what I did. You can just grab my fork with multiple fixes already made.

Dave Hein (sent from my phone)

On Apr 5, 2012, at 11:53 AM, Johnreply@reply.github.com wrote:

doesn't look like this is active anymore so im just going to fork this and keep working on it from there...


Reply to this email directly or view it on GitHub: https://github.com/paulyoung/bless.js/pull/3#issuecomment-4980727

jhnlsn commented 12 years ago

yea thats what I ended up doing. I've also added in a flag to remove the import statements from each file.