Grunt task updates.

This commit is contained in:
photonstorm 2014-11-25 00:48:40 +00:00
parent abea71fdcb
commit aa68e9433d
3 changed files with 2 additions and 38 deletions

View file

@ -30,7 +30,7 @@ exports.defineTags = function(dictionary) {
}
});
}
};
exports.handlers = {};
exports.handlers.newDoclet = function (e) {

View file

@ -1,36 +0,0 @@
module.exports = {
dist: {
src: [
'<%= docs_dir %>/pixi-jsdoc.js',
'./src/Phaser.js',
'./src/animation/',
'./src/core/',
'./src/gameobjects/',
'./src/geom/',
'./src/input/',
'./src/loader/',
'./src/math/',
'./src/net/',
'./src/particles/',
'./src/physics/',
'./src/sound/',
'./src/system/',
'./src/tilemap/',
'./src/time/',
'./src/tween/',
'./src/utils/',
'./README.md'
],
options: {
destination: '<%= docs_dir %>',
template : 'node_modules/grunt-jsdoc/node_modules/ink-docstrap/template',
configure : './tasks/jsdoc-conf.json',
encoding: 'utf8',
recurse: true,
private: false,
lenient: true
}
}
};

View file

@ -19,7 +19,7 @@ module.exports = {
},
docs: {
src: ['docs/index.html'],
src: ['docs/index.html'],
dest: 'docs/index.html',
replacements: [
{