Skip to content

Commit 9631a41

Browse files
committed
Build: Add grunt.js along with some other mods to 1-8-stable
1 parent 8b46758 commit 9631a41

File tree

4 files changed

+627
-1
lines changed

4 files changed

+627
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ docs
77
*.diff
88
*.patch
99
.DS_Store
10+
node_modules
11+
dist

build/build/uglify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ function show_copyright(comments) {
230230
if (c.type == "comment1") {
231231
ret += "//" + c.value + "\n";
232232
} else {
233-
ret += "/*" + c.value + "*/";
233+
ret += "/*" + c.value + "*/\n";
234234
}
235235
}
236236
return ret;

0 commit comments

Comments
 (0)