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 1b6e77c commit b0dd7bdCopy full SHA for b0dd7bd
Gruntfile.js
@@ -4,14 +4,15 @@ module.exports = function(grunt) {
4
grunt.loadNpmTasks('grunt-contrib-yuidoc');
5
grunt.loadNpmTasks('grunt-karma');
6
7
- var sourceFiles = grunt.file.readJSON('build.json');
+ var sourceFiles = grunt.file.readJSON('build.json');
8
grunt.initConfig({
9
concat: {
10
pointerevents: {
11
options: {
12
stripBanners: true,
13
banner: grunt.file.read('LICENSE')
14
},
15
+ nonull: true,
16
src: sourceFiles,
17
dest: 'pointerevents.dev.js'
18
}
@@ -22,6 +23,7 @@ module.exports = function(grunt) {
22
23
// sourceMap: 'pointerevents.min.js.map',
24
25
26
27
dest: 'pointerevents.min.js',
28
src: sourceFiles
29
0 commit comments