We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 505a088 commit a0366aeCopy full SHA for a0366ae
Gruntfile.js
@@ -85,7 +85,7 @@ module.exports = function(grunt) {
85
grunt.loadNpmTasks('grunt-contrib-uglify');
86
grunt.loadNpmTasks('grunt-jasmine-node');
87
88
- grunt.registerTask('bower', 'Creates an updated bower.json to the dist folder', function() {
+ grunt.registerTask('bower', 'Creates an updated bower.json', function() {
89
var done = this.async();
90
fs.readFile('./templates/bower.json', 'UTF-8', function(e, text) {
91
if (e) {
@@ -102,7 +102,7 @@ module.exports = function(grunt) {
102
done();
103
return;
104
}
105
- console.log("Wrote bower.json file in app/sdk-js/dist/");
+ console.log("Wrote bower.json file");
106
107
});
108
0 commit comments