Skip to content

Commit f487e9c

Browse files
committed
Update Gulpfile
1 parent 5864275 commit f487e9c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gruntfile.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ module.exports = function(grunt) {
114114
}
115115
},
116116
uglify: {
117+
options: {
118+
report: 'none'
119+
},
117120
core: {
118-
options: {
119-
report: 'none'
120-
},
121121
expand: true,
122122
src: 'dist/js/**/*.js',
123123
ext: '.min.js'

dist/js/bootstrap-checkbox.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)