UNPKG

grunt-sencha-dependencies

Version:

A Grunt.js plugin which will figure out the order of Ext classes your Ext.application uses so the list can be passed on to further commands like concat, jshint, etc

9 lines (7 loc) 214 B
Ext.application({ name: 'Pandora', autoCreateViewport: true, models: ['Station', 'Song'], stores: ['Stations', 'RecentSongs', 'SearchResults'], controllers: ['Station', 'Song'] });