Browse Source

Fixes #1518, duplicates in dist/

pull/1550/head
jlukic 10 years ago
parent
commit
0b9cddba9c
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