From 0b9cddba9caca197141a1a2309c9f8d62a306f01 Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 29 Dec 2014 12:25:35 -0500 Subject: [PATCH] Fixes #1518, duplicates in dist/ --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 4fdf51353..05cd31465 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -134,7 +134,7 @@ var ? (config.components.length > 1) ? '{' + config.components.join(',') + '}' : config.components[0] - : '*' + : '{*}' ; // relative paths