Merge pull request #132 from steevel/master

Broken code when putting js after generated block.
This commit is contained in:
Yehuda Katz
2011-11-12 05:50:29 -08:00
+1 -1
View File
@@ -121,7 +121,7 @@ argv._.forEach(function(template) {
// Output the content
if (!argv.simple) {
output.push('})()');
output.push('})();');
}
output = output.join('');