Skip to content

Commit 8a2583d

Browse files
committed
complain if files are missing from concat step
1 parent 4ea4775 commit 8a2583d

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
@@ -42,7 +42,8 @@ module.exports = function(grunt) {
4242
concat_sourcemap: {
4343
Polymer: {
4444
options: {
45-
sourcesContent: true
45+
sourcesContent: true,
46+
nonull: true
4647
},
4748
files: {
4849
'polymer.concat.js': Polymer

0 commit comments

Comments
 (0)