Skip to content

Commit

Permalink
Ensure that the banner survives minification
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherman committed Feb 27, 2013
1 parent 5db66ea commit 1378caa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ module.exports = function( grunt ) {
},
uglify: {
dist: {
options: {
preserveComments: "some"
},
files: {
"jquery.pagevisibility.min.js": [ "jquery.pagevisibility.js" ]
}
Expand Down
1 change: 1 addition & 0 deletions jquery.pagevisibility.min.js

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

0 comments on commit 1378caa

Please sign in to comment.