mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
modified grunt to generate docs in gh-pages folder
This commit is contained in:
4
grunt.js
4
grunt.js
@ -72,7 +72,7 @@ module.exports = function(grunt) {
|
|||||||
"logo": 'http://ducksboard.com/wp-content/themes/blog-theme-ducksboard/images/ducksboard.png',
|
"logo": 'http://ducksboard.com/wp-content/themes/blog-theme-ducksboard/images/ducksboard.png',
|
||||||
options: {
|
options: {
|
||||||
paths: "src/",
|
paths: "src/",
|
||||||
outdir: "docs/"
|
outdir: "gh-pages/docs/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -81,6 +81,6 @@ module.exports = function(grunt) {
|
|||||||
grunt.loadNpmTasks('grunt-contrib');
|
grunt.loadNpmTasks('grunt-contrib');
|
||||||
|
|
||||||
// Default task.
|
// Default task.
|
||||||
grunt.registerTask('default', 'lint qunit concat min mincss');
|
grunt.registerTask('default', 'lint qunit concat min mincss yuidoc');
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user