Skip to content

Commit

Permalink
updated default documenation path
Browse files Browse the repository at this point in the history
  • Loading branch information
grouchal committed Dec 17, 2015
1 parent 2753220 commit 21a21ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/assembleKssPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ module.exports = function (params, callback) {

options.src_mask = options.src_mask || /.scss/;

var overviewMarkdownFile = options.overviewMarkdownFile || "documentation/styleguide.md";
var overviewMarkdownFile = options.overviewMarkdownFile || rootSrcPath+"/documentation/styleguide.md";

// If the mask is a string, convert it into a RegExp.
if (!(options.src_mask instanceof RegExp)) {
Expand Down

0 comments on commit 21a21ba

Please sign in to comment.