We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f156a2e commit b071a1dCopy full SHA for b071a1d
.gitignore
@@ -1 +1 @@
1
-node_modules/*
+node_modules
Gruntfile.js
@@ -7,7 +7,6 @@ module.exports = function (grunt) {
7
uglify: {
8
dist: {
9
options: {
10
- banner: '<%= banner %>',
11
compress: true
12
},
13
files: {
@@ -21,4 +20,4 @@ module.exports = function (grunt) {
21
20
22
grunt.registerTask('default', ['uglify']);
23
24
-};
+};
0 commit comments