grunt-sencha-dependencies icon indicating copy to clipboard operation
grunt-sencha-dependencies copied to clipboard

Grunt task to get the list of Ext.require dependencies in your application

Results 9 grunt-sencha-dependencies issues
Sort by recently updated
recently updated
newest added

I have inherited a legacy ExtJS application that uses grunt-sencha-dependencies version 1.0.0 to install the sencha dependencies. In the Gruntfile, the following is defined: ``` sencha_dependencies: { legacy: { options:...

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...

Hi there, We use sencha-dependencies on our ExtJS 4 projects, and it works fine. However, I tried it on a simple project of ExtJS 5, the console of browser complained...

Please review the PR and let me know if you don't want anything from it. Note that I haven't updated the readme.md (on onResourceReceived part) not knowing whether you would...

When require Ext.grid.plugin.BufferedRenderer in app.js it appears in sencha dependencies list, but in built application with app.min.js i see "cannot find http://localhost/src/grid/plugin/BufferedRenderer.js" and two others js required files - Ext.grid.plugin.BufferedRendererTableView...

In splitArrayIntoThree.js, the RegEx 'regX' is built using the senchaDir global, but that in windows uses '\' which must be escaped for a valid RegEx to be created. Temporary fix:...

Hi Matt, I'm not sure about this, but would it be possible to handle http served files instead of local files ? I mean i have some index dynamically generated...

We should propagate these so it's obvious where things have gone wrong

I see a lot of these files being left around, especially when the task fails. Need to make sure these always get tidied up