Skip to content

Commit

Permalink
Default to bowerDirectory to bower_components
Browse files Browse the repository at this point in the history
  • Loading branch information
akagomez authored Feb 1, 2017
1 parent 39974f6 commit baf3537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 || [];
Expand Down

0 comments on commit baf3537

Please sign in to comment.