diff --git a/.gitignore b/.gitignore index aa2ec14..b0dd8bb 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,4 @@ alltube-*.zip coverage/ bower_components/ config.yml -doc/ +docs/ diff --git a/Gruntfile.js b/Gruntfile.js index b5224db..a3fba13 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -74,7 +74,6 @@ module.exports = function (grunt) { phpdocumentor: { doc: { options: { - target: 'doc/', directory: 'classes/,controllers/,tests/' } }