Skip to content

Commit

Permalink
Fixed grunt mini banner
Browse files Browse the repository at this point in the history
  • Loading branch information
thorst committed Mar 10, 2014
1 parent 306a93d commit 870a1ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = function(grunt) {
},
uglify: {
options: {
banner: "<%= banner %>"
banner: "<%= minbanner %>"
},
dist: {
files: [
Expand Down
4 changes: 1 addition & 3 deletions dist/idle-timer.1.0.0.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions dist/idle-timer.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 870a1ef

Please sign in to comment.