diff --git a/.gitignore b/.gitignore index 4fd6ab50..f552a1d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ node_modules/ bower_components/ tmp/ -docs/ +docs/api/ dist/ .idea *.iml diff --git a/Gruntfile.js b/Gruntfile.js index 47f53f53..0e617dee 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -112,7 +112,7 @@ module.exports = function(grunt) { dist: { src: [ '<%= config.sources %>/**/*.js' ], options: { - destination: 'docs', + destination: 'docs/api', plugins: [ 'plugins/markdown' ] } }