removes tutorial docs and irrelavent readme and todo files, updates docs build to exclude tutorials header

This commit is contained in:
Shannon
2015-06-17 11:56:20 +02:00
parent 2751a4a02d
commit d77f95f29b
29 changed files with 7 additions and 2893 deletions

View File

@@ -305,6 +305,10 @@ module.exports = function (grunt) {
watch: {
docs: {
files: ['docs/src/**/*.md'],
tasks: ['watch-docs', 'timestamp']
},
css: {
files: 'src/**/*.less',
tasks: ['watch-less', 'timestamp'],
@@ -347,8 +351,8 @@ module.exports = function (grunt) {
title: 'API Documentation'
},
tutorials: {
src: ['docs/src/tutorials/**/*.ngdoc'],
title: 'Tutorials'
src: [],
title: ''
}
},