@@ -159,6 +159,7 @@ module.exports = function (grunt) {
159
159
'doc/resources/js/jquery.js' ,
160
160
'doc/resources/js/jquery.goto.js' ,
161
161
'doc/resources/js/jquery.cookie.js' ,
162
+ 'bower_components/bootstrap/dist/js/bootstrap.min.js' ,
162
163
'doc/resources/angular/angular.js' ,
163
164
'doc/resources/angular/angular-route.js' ,
164
165
'doc/resources/libraries/angular-bootstrap.js' ,
@@ -326,16 +327,16 @@ module.exports = function (grunt) {
326
327
showAngularDocs : false ,
327
328
docular_partial_home : 'guide/home.html' ,
328
329
docular_partial_navigation : 'guide/nav.html' ,
329
- docular_partial_footer : 'guide/footer.html' ,
330
- analytics : {
331
- account : 'UA-34445126-2' ,
332
- domainName : 'angular-data.pseudobry.com'
333
- } ,
334
- discussions : {
335
- shortName : 'angulardata' ,
336
- url : 'http://angular-data.pseudobry.com' ,
337
- dev : dev
338
- }
330
+ docular_partial_footer : 'guide/footer.html' // ,
331
+ // analytics: {
332
+ // account: 'UA-34445126-2',
333
+ // domainName: 'angular-data.pseudobry.com'
334
+ // },
335
+ // discussions: {
336
+ // shortName: 'angulardata',
337
+ // url: 'http://angular-data.pseudobry.com',
338
+ // dev: dev
339
+ // }
339
340
}
340
341
} ) ;
341
342
0 commit comments