From 7860d1c6fe5c0c65797b70c600f559731e0ba020 Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 23 Dec 2014 12:12:39 -0500 Subject: [PATCH] #1501 Fix componentGlob when no components set --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 638257a37..4fdf51353 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -134,7 +134,7 @@ var ? (config.components.length > 1) ? '{' + config.components.join(',') + '}' : config.components[0] - : '' + : '*' ; // relative paths