Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Fixed task chaining #9

Merged
merged 1 commit into from Sep 12, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions tasks/obfuscator.js
Expand Up @@ -47,6 +47,8 @@ module.exports = function (grunt) {
grunt.log.write('Project obfuscated to ');
grunt.log.write(out.cyan);
grunt.log.write('.\n');

next();
});
});
});
Expand Down