Skip to content

Commit a0366ae

Browse files
committed
fixes to Gruntfile
1 parent 505a088 commit a0366ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ module.exports = function(grunt) {
8585
grunt.loadNpmTasks('grunt-contrib-uglify');
8686
grunt.loadNpmTasks('grunt-jasmine-node');
8787

88-
grunt.registerTask('bower', 'Creates an updated bower.json to the dist folder', function() {
88+
grunt.registerTask('bower', 'Creates an updated bower.json', function() {
8989
var done = this.async();
9090
fs.readFile('./templates/bower.json', 'UTF-8', function(e, text) {
9191
if (e) {
@@ -102,7 +102,7 @@ module.exports = function(grunt) {
102102
done();
103103
return;
104104
}
105-
console.log("Wrote bower.json file in app/sdk-js/dist/");
105+
console.log("Wrote bower.json file");
106106
done();
107107
});
108108
});

0 commit comments

Comments
 (0)