gulp-my-tasks: npm v3 flat dependencies (default gulp-ngdocs paths do not work anymore)
authorgustavo <gu.martinm@gmail.com>
Sun, 11 Oct 2015 18:36:32 +0000 (20:36 +0200)
committergustavo <gu.martinm@gmail.com>
Sun, 11 Oct 2015 18:36:32 +0000 (20:36 +0200)
gulp/gulp-my-tasks/tasks/tasks.js

index fb93d1a..ef422af 100644 (file)
@@ -351,7 +351,14 @@ module.exports = function(gulp, customConfig) {
     var options = {
       html5Mode: true,
       startPage: '/api/app',
-      title: pkg.description
+      title: pkg.description,
+      scripts: [
+        'bower_components/angular/angular.min.js',
+        'bower_components/angular/angular.min.js.map',
+        'bower_components/angular-animate/angular-animate.min.js',
+        'bower_components/angular-animate/angular-animate.min.js.map',
+        'bower_components/marked/lib/marked.js'
+      ]
     };
     return gulpDocs.sections({
       api: {