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/
bower_components/
tmp/
docs/
docs/api/
dist/
.idea
*.iml

View File

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