You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: {
appJs: 'app.js',
senchaDir: 'extjs',
pageRoot: './client',
pageToProcess: 'dashboarddev.html',
includeAllScriptTags: false,
exclude: [
// These files will be included in the vendor bundle below.
// they are partially customized, so we cannot just pull latest vendor lib.
'client/mlpi/shared/videojs/video.js',
'client/mlpi/shared/videojs-extended.js',
],
},
},
},
When I run grunt, I get the following errors for the sencha_dependencies:legacy step.
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:
When I run grunt, I get the following errors for the sencha_dependencies:legacy step.
Can you clarify what this error means and how to address it?
The text was updated successfully, but these errors were encountered: