We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3568772 commit b729b68Copy full SHA for b729b68
Gruntfile.js
@@ -5,7 +5,8 @@ module.exports = function(grunt) {
5
pkg: grunt.file.readJSON('package.json'),
6
uglify: {
7
options: {
8
- banner: '/*! <%= pkg.name %> <%= grunt.template.today("yyyy-mm-dd") %> */\n'
+ banner: '/*! <%= pkg.name %> <%= grunt.template.today("yyyy-mm-dd") %> */\n',
9
+ mangleProperties: {regex: /^_/}
10
},
11
build: {
12
src: '<%= pkg.name %>.js',
0 commit comments