mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +00:00
Grunt task updates.
This commit is contained in:
parent
abea71fdcb
commit
aa68e9433d
3 changed files with 2 additions and 38 deletions
|
@ -30,7 +30,7 @@ exports.defineTags = function(dictionary) {
|
|||
}
|
||||
});
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
exports.handlers = {};
|
||||
exports.handlers.newDoclet = function (e) {
|
||||
|
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
};
|
|
@ -19,7 +19,7 @@ module.exports = {
|
|||
},
|
||||
|
||||
docs: {
|
||||
src: ['docs/index.html'],
|
||||
src: ['docs/index.html'],
|
||||
dest: 'docs/index.html',
|
||||
replacements: [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue