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

ext-dev.js not recognized #38

Open mikepost opened 9 years ago

mikepost commented 9 years ago

I'm setting the senchaDir option to a directory that contains a slimmed down version of the ExtJS 4.1.1a SDK. At the root, it contains just ext-dev.js (and this works fine with Sencha CMD). However, it looks like that's not in your list of acceptable file patterns that you're checking in PhantomJsHeadlessAnalyzer.prototype.setSenchaDir. Seems like this one should be in there ...