WSL/SLF GitLab Repository

Skip to content
Snippets Groups Projects
Commit 1b5e35ed authored by Thomas Egger's avatar Thomas Egger
Browse files

Fixing yuidoc compilation and making sure local niviz works

parent 41d480df
Branches
Tags 1.0pr1
No related merge requests found
......@@ -3,7 +3,7 @@ html(lang="en")
head
script.
(function() {
var base = document.location.pathname.split('/').splice(1).filter(function (item) {if (item) return true;}).join('/');
var base = document.location.pathname.split('/').splice(1).filter(function (item) {if (item && item.indexOf('html') === -1) return true;}).join('/');
if (base.length) document.write('<base href="/' + base + '/" />');
})();
......
......@@ -3,6 +3,6 @@
"outdir": "doc",
"tabtospace": "2",
"linkNatives": true,
"exclude": "test,example,node_modules,.bower"
"exclude": "assets,test,example,node_modules,.bower"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment