Browse Source

#1501 Fix componentGlob when no components set

pull/1533/head
jlukic 10 years ago
parent
commit
7860d1c6fe
1 changed files with 1 additions and 1 deletions
  1. 2
      gulpfile.js

2
gulpfile.js

@ -134,7 +134,7 @@ var
? (config.components.length > 1)
? '{' + config.components.join(',') + '}'
: config.components[0]
: ''
: '*'
;
// relative paths

Loading…
Cancel
Save