Skip to content

Commit 333a2d1

Browse files
committed
Added nonull to Grunt copy:browserify task.
If this file is missing then the task should throw an error.
1 parent 1fe03d2 commit 333a2d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ module.exports = function(grunt) {
162162
},
163163
browserify: {
164164
src: [ 'test/browserify.html' ],
165-
dest: '<%= temppath %>/browserify.html'
165+
dest: '<%= temppath %>/browserify.html',
166+
nonull: true
166167
},
167168
license: {
168169
src: [ 'LICENSE.txt' ],

0 commit comments

Comments
 (0)