Skip to content

Commit

Permalink
Add build warning regarding missing source files
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasvh committed Nov 2, 2014
1 parent 772767d commit 6b1d116
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 @@ -23,6 +23,7 @@ module.exports = function(grunt) {
src: [
'src/promise.js', 'src/fallback.js', 'src/punycode/punycode.js', 'src/core.js', 'src/*.js', 'src/renderers/*.js'
],
nonull: true,
dest: 'dist/<%= pkg.name %>.js',
options:{
banner: meta.banner + meta.pre,
Expand Down

0 comments on commit 6b1d116

Please sign in to comment.