File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ module.exports = function (grunt) {
11
11
require ( 'load-grunt-tasks' ) ( grunt ) ;
12
12
require ( 'time-grunt' ) ( grunt ) ;
13
13
14
+ var dev = process . cwd ( ) . indexOf ( '/home/codetrain/angular-data' ) === - 1 ;
15
+
14
16
// Project configuration.
15
17
grunt . initConfig ( {
16
18
pkg : grunt . file . readJSON ( 'package.json' ) ,
@@ -250,7 +252,16 @@ module.exports = function (grunt) {
250
252
showAngularDocs : false ,
251
253
docular_partial_home : 'guide/home.html' ,
252
254
docular_partial_navigation : 'guide/nav.html' ,
253
- docular_partial_footer : 'guide/footer.html'
255
+ docular_partial_footer : 'guide/footer.html' ,
256
+ analytics : {
257
+ account : 'UA-46792694-5' ,
258
+ domainName : 'angular-data.codetrain.io'
259
+ } ,
260
+ discussions : {
261
+ shortName : 'angular-data' ,
262
+ url : 'http://angular-data.codetrain.io' ,
263
+ dev : dev
264
+ }
254
265
}
255
266
} ) ;
256
267
You can’t perform that action at this time.
0 commit comments