File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -287,16 +287,16 @@ module.exports = function (grunt) {
287
287
showAngularDocs : false ,
288
288
docular_partial_home : 'guide/home.html' ,
289
289
docular_partial_navigation : 'guide/nav.html' ,
290
- docular_partial_footer : 'guide/footer.html' // ,
291
- // analytics: {
292
- // account: 'UA-46792694-5',
293
- // domainName: 'angular-cache .codetrain.io'
294
- // },
295
- // discussions: {
296
- // shortName: 'angular-data',
297
- // url: 'http://angular-cache .codetrain.io',
298
- // dev: dev
299
- // }
290
+ docular_partial_footer : 'guide/footer.html' ,
291
+ analytics : {
292
+ account : 'UA-46792694-5' ,
293
+ domainName : 'angular-data .codetrain.io'
294
+ } ,
295
+ discussions : {
296
+ shortName : 'angular-data' ,
297
+ url : 'http://angular-data .codetrain.io' ,
298
+ dev : dev
299
+ }
300
300
}
301
301
} ) ;
302
302
You can’t perform that action at this time.
0 commit comments