Skip to content

Commit

Permalink
Merge pull request #3799 from angular-ui/update/grunt-ngdocs
Browse files Browse the repository at this point in the history
Update grunt-ngdocs
  • Loading branch information
c0bra committed Jun 18, 2015
2 parents dd3d208 + b267a3f commit 0ef31ac
Show file tree
Hide file tree
Showing 5 changed files with 31,037 additions and 5 deletions.
9 changes: 5 additions & 4 deletions grunt/ngdocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,16 @@ module.exports = {
},
scripts: [
// no jquery automatically loaded for tutorial!!!
'//ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular.js',
'//ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular-touch.js',
'//ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular-animate.js',
'//ajax.googleapis.com/ajax/libs/angularjs/1.3.16/angular.js',
'//ajax.googleapis.com/ajax/libs/angularjs/1.3.16/angular-touch.js',
'//ajax.googleapis.com/ajax/libs/angularjs/1.3.16/angular-animate.js',
'bower_components/csv-js/csv.js',
'bower_components/pdfmake/build/pdfmake.js',
'bower_components/pdfmake/build/vfs_fonts.js'
],
hiddenScripts: [
'//ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular-animate.js',
'//ajax.googleapis.com/ajax/libs/angularjs/1.3.16/angular-animate.js',
'//ajax.googleapis.com/ajax/libs/angularjs/1.3.16/angular-aria.js',
'bower_components/google-code-prettify/src/prettify.js',
'node_modules/marked/lib/marked.js'
],
Expand Down
Loading

0 comments on commit 0ef31ac

Please sign in to comment.