Skip to content

Commit 161192a

Browse files
committedSep 25, 2014
Needed to change gh-pages site task name
1 parent e4681b6 commit 161192a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ module.exports = function(grunt) {
384384
},
385385

386386
'gh-pages': {
387-
'ui-grid.info': {
387+
'ui-grid-site': {
388388
options: {
389389
base: '<%= dist %>',
390390
tag: (currentTag) ? 'v' + currentTag : null,

‎lib/grunt/utils.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -247,12 +247,12 @@ var util = module.exports = {
247247

248248
if (process.env.TRAVIS) {
249249
// Update the config for the gh-pages task for it pushes changes as the user: Grud
250-
grunt.config('gh-pages.ui-grid.info.options.user', {
250+
grunt.config('gh-pages.ui-grid.site.options.user', {
251251
name: 'grud',
252252
email: 'nggridteam@gmail.com'
253253
});
254254

255-
grunt.config('gh-pages.ui-grid.info.options.repo', 'https://' + process.env.GITHUB_NAME + ':' + process.env.GITHUB_PASS + '@github.com/angular-ui/ui-grid.info.git');
255+
grunt.config('gh-pages.ui-grid-site.options.repo', 'https://' + process.env.GITHUB_NAME + ':' + process.env.GITHUB_PASS + '@github.com/angular-ui/ui-grid.info.git');
256256

257257
grunt.config('gh-pages.bower.options.user', {
258258
name: 'grud',

0 commit comments

Comments
 (0)
Failed to load comments.