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
When trying to update a config block that was a variable reference, an error was being thrown:
var conf = {
abc: bar
};
/Users/eddie/Dropbox/Sites/OSS/yeoman/generator/node_modules/gruntfile-editor/index.js:33
.key(name).value(config);
^
TypeError: Object #<Object> has no method 'value'
at GruntfileEditor.insertConfig (/Users/eddie/Dropbox/Sites/OSS/yeoman/generator/node_modules/gruntfile-editor/index.js:33:16)
at module.exports (/Users/eddie/Dropbox/Sites/OSS/yeoman/generator-angular/helpers/gruntfile.js:16:18)
at module.exports.yeoman.generators.Base.extend.writing.build (/Users/eddie/Dropbox/Sites/OSS/yeoman/generator-angular/generators/app/index.js:255:17)
at /Users/eddie/Dropbox/Sites/OSS/yeoman/generator/lib/base.js:387:14
at processImmediate [as _immediateCallback] (timers.js:336:15)
The text was updated successfully, but these errors were encountered:
When trying to update a config block that was a variable reference, an error was being thrown:
The text was updated successfully, but these errors were encountered: