Skip to content

Commit cf702b7

Browse files
committed
Added new google analytics id.
1 parent 82148bd commit cf702b7

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##### 0.9.1 - xx May 2014
1+
##### 0.9.1 - 30 May 2014
22

33
###### Backwards compatible bug fixes
44
- #68 - Async methods should honor methods on a resource definition.

Gruntfile.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = function (grunt) {
1111
require('load-grunt-tasks')(grunt);
1212
require('time-grunt')(grunt);
1313

14-
var dev = process.cwd().indexOf('/home/codetrain/angular-data') === -1,
14+
var dev = process.cwd().indexOf('/home/jdobry/angular-data') === -1,
1515
pkg = grunt.file.readJSON('package.json');
1616

1717
// Project configuration.
@@ -51,7 +51,7 @@ module.exports = function (grunt) {
5151
banner: '/**\n' +
5252
'* @author Jason Dobry <jason.dobry@gmail.com>\n' +
5353
'* @file angular-data.min.js\n' +
54-
'* @version <%= pkg.version %> - Homepage <http://angular-data.codetrain.io/>\n' +
54+
'* @version <%= pkg.version %> - Homepage <http://angular-data.pseudobry.com/>\n' +
5555
'* @copyright (c) 2014 Jason Dobry <https://github.com/jmdobry/>\n' +
5656
'* @license MIT <https://github.com/jmdobry/angular-data/blob/master/LICENSE>\n' +
5757
'*\n' +
@@ -326,12 +326,12 @@ module.exports = function (grunt) {
326326
docular_partial_navigation: 'guide/nav.html',
327327
docular_partial_footer: 'guide/footer.html',
328328
analytics: {
329-
account: 'UA-46792694-5',
330-
domainName: 'angular-data.codetrain.io'
329+
account: 'UA-34445126-2',
330+
domainName: 'angular-data.pseudobry.com'
331331
},
332332
discussions: {
333333
shortName: 'angular-data',
334-
url: 'http://angular-data.codetrain.io',
334+
url: 'http://angular-data.pseudobry.com',
335335
dev: dev
336336
}
337337
}
@@ -351,7 +351,7 @@ module.exports = function (grunt) {
351351
var banner = '/**\n' +
352352
'* @author Jason Dobry <jason.dobry@gmail.com>\n' +
353353
'* @file angular-data.js\n' +
354-
'* @version ' + pkg.version + ' - Homepage <http://angular-data.codetrain.io/>\n' +
354+
'* @version ' + pkg.version + ' - Homepage <http://angular-data.pseudobry.com/>\n' +
355355
'* @copyright (c) 2014 Jason Dobry <https://github.com/jmdobry/>\n' +
356356
'* @license MIT <https://github.com/jmdobry/angular-data/blob/master/LICENSE>\n' +
357357
'*\n' +

dist/angular-data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @author Jason Dobry <jason.dobry@gmail.com>
33
* @file angular-data.js
4-
* @version 0.9.1 - Homepage <http://angular-data.codetrain.io/>
4+
* @version 0.9.1 - Homepage <http://angular-data.pseudobry.com/>
55
* @copyright (c) 2014 Jason Dobry <https://github.com/jmdobry/>
66
* @license MIT <https://github.com/jmdobry/angular-data/blob/master/LICENSE>
77
*

dist/angular-data.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)