Merge pull request #132 from steevel/master
Broken code when putting js after generated block.
This commit is contained in:
+1
-1
@@ -121,7 +121,7 @@ argv._.forEach(function(template) {
|
||||
|
||||
// Output the content
|
||||
if (!argv.simple) {
|
||||
output.push('})()');
|
||||
output.push('})();');
|
||||
}
|
||||
output = output.join('');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user