Skip to content

Commit

Permalink
updates ugilfy options
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBatdorf committed Aug 18, 2015
1 parent bb5bd1d commit 564dc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = function (grunt) {
uglify: { uglify: {
options: { options: {
mangle: true, mangle: true,
compress: true, compress: {},
sourceMap: false, sourceMap: false,
banner: "/*\n * Liquid Slider <%= version %>\n * Copyright 2012 Kevin Batdorf\n * http://liquidslider.com\n * MIT license\n */" banner: "/*\n * Liquid Slider <%= version %>\n * Copyright 2012 Kevin Batdorf\n * http://liquidslider.com\n * MIT license\n */"
}, },
Expand Down

0 comments on commit 564dc26

Please sign in to comment.