Skip to content

Commit

Permalink
Build: Add grunt.js along with some other mods to 1-8-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Apr 2, 2012
1 parent 8b46758 commit 9631a41
Show file tree
Hide file tree
Showing 4 changed files with 627 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ docs
*.diff
*.patch
.DS_Store
node_modules
dist
2 changes: 1 addition & 1 deletion build/build/uglify.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ function show_copyright(comments) {
if (c.type == "comment1") {
ret += "//" + c.value + "\n";
} else {
ret += "/*" + c.value + "*/";
ret += "/*" + c.value + "*/\n";
}
}
return ret;
Expand Down
Loading

0 comments on commit 9631a41

Please sign in to comment.