Skip to content

Commit

Permalink
Changed command line output
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Böcker committed Jan 5, 2013
1 parent f294c21 commit 9a494d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/jquerybuilder.js
Expand Up @@ -30,8 +30,9 @@ module.exports = function (grunt) {

// proceed with file content
if (transport.type === 'content') {
grunt.log.write('Writing custom jQuery file');
grunt.log.write('Writing custom jQuery file...');
grunt.file.write(options.config.dest, transport.content);
grunt.log.ok();
}

options.done();
Expand Down

0 comments on commit 9a494d1

Please sign in to comment.