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

When speciyfing pageToProcess all scripts are appended as a dependency #27

Closed cburgdorf closed 11 years ago

cburgdorf commented 11 years ago

Any script that is in the pageToProcess is added as a dependency. No matter if it has something to do with sencha or not.

cburgdorf commented 11 years ago

Oh, I just read in the documentation that it's a feature, not a bug. It sure can be useful but we really need a hook then to make the user able to decide if a file should be used or not.