There was an error while loading. Please reload this page.
1 parent 772767d commit 6b1d116Copy full SHA for 6b1d116
1 file changed
Gruntfile.js
@@ -23,6 +23,7 @@ module.exports = function(grunt) {
23
src: [
24
'src/promise.js', 'src/fallback.js', 'src/punycode/punycode.js', 'src/core.js', 'src/*.js', 'src/renderers/*.js'
25
],
26
+ nonull: true,
27
dest: 'dist/<%= pkg.name %>.js',
28
options:{
29
banner: meta.banner + meta.pre,
0 commit comments