Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Warn on missing dependencies for Build
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Jan 28, 2014
1 parent 90e93f7 commit 0cded24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = function(grunt) {
banner: grunt.file.read('LICENSE'),
sourceMap: 'pointergestures.js.map',
},
nonull: true,
dest: 'pointergestures.min.js',
src: grunt.file.readJSON('build.json')
}
Expand Down

0 comments on commit 0cded24

Please sign in to comment.