mattgoldspink / grunt-sencha-dependencies

Grunt task to get the list of Ext.require dependencies in your application
MIT License
32 stars 22 forks source link

Version 0.6.3 broken #26

Closed alanshaw closed 11 years ago

alanshaw commented 11 years ago

I think you've released a broken build - PhantomJsHeadlessAnalyzer does not take grunt as a constructor parameter.

mattgoldspink commented 11 years ago

Thanks @alanshaw - For some reason on our builds using 0.6.3 it's still been working! I think what might have happened is some issue when I tried running NPM on the train just now and lost connection. As the old code sencha_dependencies.js didn't try to pass it in. I'm just working on pushing a 0.6.4 to fix this and integrate your changes too

mattgoldspink commented 11 years ago

0.6.4 is available on NPM - I've tested it on a few of our projects locally and it all seems to be working fine. Let me know if you have issues though