Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
remove sourcemap from build, it was always off by a few lines
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Oct 16, 2013
1 parent 9975fec commit ea4bec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = function(grunt) {
uglify: {
pointerevents: {
options: {
sourceMap: 'pointerevents.min.js.map',
// sourceMap: 'pointerevents.min.js.map',
banner: grunt.file.read('LICENSE')
},
dest: 'pointerevents.min.js',
Expand Down

0 comments on commit ea4bec9

Please sign in to comment.