Paul Serby

Results 45 comments of Paul Serby

Yeah, I quite like this idea. I'll take a look if it can easily be added.

Thanks for letting me know. I think the problem comes from the normalize on line 166. I think that if removed it will fix the problem. Might need to remove...

This should now be fixed in 0.1.2. Can you test it for me please?

Could you write a regression test to expose the problem and submit a pull request? In the mean time I'll see if I can get a Windows setup to test...

I think that addJs could be extended to take urls to compress. But I'm a not sure about of making compact a javascript loader. Either I need to change the...

You can get XCode 3.2 here: http://developer.apple.com/xcode/ on the link 'Looking for Xcode 3?'

Also I started to fix a few JSLint recommendation but though I'd better check you're happy with that before I do any more.

I would like to be able to use reseve words as property names. If you have { es5: true }, as I did in mind previous jshint config, you don't...

That is really annoying. Not having es5 also means we can't use getters or setters, also it might cause a problem with JSON object. http://kangax.github.com/es5-compat-table/