chore(build): generate api docs to docs/api

This commit is contained in:
Nico Rehwaldt 2014-03-17 15:11:15 +01:00
parent ee83bf9c9c
commit 1ab6b2b13b
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,7 +1,7 @@
node_modules/ node_modules/
bower_components/ bower_components/
tmp/ tmp/
docs/ docs/api/
dist/ dist/
.idea .idea
*.iml *.iml

View File

@ -112,7 +112,7 @@ module.exports = function(grunt) {
dist: { dist: {
src: [ '<%= config.sources %>/**/*.js' ], src: [ '<%= config.sources %>/**/*.js' ],
options: { options: {
destination: 'docs', destination: 'docs/api',
plugins: [ 'plugins/markdown' ] plugins: [ 'plugins/markdown' ]
} }
} }