Skip to content

Commit

Permalink
Move to .sassdocrc
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriangalliat committed Oct 13, 2014
1 parent 9937a10 commit d067476
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
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 = function (dest, ctx) {
ctx.view = {};
}

var defaultView = require('./view.json');
var defaultView = require('./.sassdocrc');
ctx.view = extend({}, defaultView, ctx.view);
ctx.view.groups = extend(defaultView.groups, ctx.view.groups);

Expand Down

0 comments on commit d067476

Please sign in to comment.