PIXI-in-Docs fixups

- Removed hard-coded path (oops)
- Added grunt task (oops)
- Added EOLs
This commit is contained in:
Paul 2014-11-03 11:30:33 -08:00
parent 343c0dca3f
commit a7044a6cb6
5 changed files with 7 additions and 5 deletions

View file

@ -19,4 +19,6 @@ module.exports = function (grunt) {
grunt.registerTask('dist', ['replace', 'build', 'copy']);
grunt.registerTask('docs', ['pixidoc', 'builddoc']);
};

View file

@ -23,7 +23,7 @@ module.exports = function (grunt) {
grunt.registerTask('pixidoc', 'Generates JSDoc from the PIXI YUIdocs', function () {
var sources = ['C:/code/ph/phaser/src/pixi'];
var sources = ['src/pixi'];
var output = 'docs/pixi-jsdoc.js';
var yui2jsdoc = require('./yuidoc-to-jsdoc/converter');