From baf3537ac74647a889d290009856b61ed794c256 Mon Sep 17 00:00:00 2001 From: Chris Gomez Date: Wed, 1 Feb 2017 09:38:03 -0500 Subject: [PATCH] Default to bowerDirectory to bower_components --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index ba7bc08..0adcb25 100644 --- a/index.js +++ b/index.js @@ -35,7 +35,7 @@ module.exports = { target.options = target.options || {}; // Build all paths - var bulmaPath = path.join(target.bowerDirectory || '', 'bulma'); + var bulmaPath = path.join(target.bowerDirectory || 'bower_components', 'bulma'); target.options.sassOptions = target.options.sassOptions || {}; target.options.sassOptions.includePaths = target.options.sassOptions.includePaths || [];