phaser-ce
Version:
Phaser CE (Community Edition) is a fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.
23 lines (20 loc) • 757 B
JavaScript
module.exports = {
html: {
src: [ './README.md' ],
options: {
configure: 'tasks/jsdoc-conf.json',
/* The destination and private options must be redefined event if there are always in the configure file otherwise, grunt-jsdoc overwrite it with its default values */
destination: 'docs',
private: false
}
},
json: {
jsdoc: './node_modules/.bin/jsdoc',
src: [],
options: {
configure: 'tasks/jsdocexportjson-conf.json',
/* The destination options must be redefined event if there is always in the configure file otherwise, grunt-jsdoc overwrite it with its default value */
destination: './out'
}
}
};