Skip to content

Commit b071a1d

Browse files
committedOct 8, 2013
Fixed uglify's options
1 parent f156a2e commit b071a1d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
node_modules/*
1+
node_modules

‎Gruntfile.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ module.exports = function (grunt) {
77
uglify: {
88
dist: {
99
options: {
10-
banner: '<%= banner %>',
1110
compress: true
1211
},
1312
files: {
@@ -21,4 +20,4 @@ module.exports = function (grunt) {
2120

2221
grunt.registerTask('default', ['uglify']);
2322

24-
};
23+
};

0 commit comments

Comments
 (0)
Please sign in to comment.