Skip to content

Commit

Permalink
new release with big fix for documentation path
Browse files Browse the repository at this point in the history
  • Loading branch information
grouchal committed Dec 17, 2015
1 parent 21a21ba commit 96d02f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/assembleKssPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ module.exports = function (params, callback) {
};

if (grunt.file.exists(rootSrcPath + overviewMarkdownFile)) {
indexPage.description = grunt.file.read(rootSrcPath + overviewMarkdownFile);
indexPage.description = grunt.file.read(overviewMarkdownFile);
}
// add overview as first
sections["index"] = indexPage;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-assemble-kss",
"description": "KSS Style Guide Generator plugin for Assemble",
"version": "0.1.1",
"version": "0.1.2",
"homepage": "https://ergosign.github.io/grunt-assemble-kss.",
"author": "Ergosign (http://ergosign.de)",
"repository": {
Expand Down

0 comments on commit 96d02f0

Please sign in to comment.