Skip to content

Commit

Permalink
script updated to add cname
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandoche Adittane committed Jul 15, 2016
1 parent ea0d0a6 commit 73706dd
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .grunt/grunt-gh-pages/gh-pages/src
Submodule src updated from 962536 to 96417b
20 changes: 17 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,8 @@ module.exports = function (grunt) {
'*.{ico,png,txt}',
'*.html',
'images/{,*/}*.{webp}',
'styles/fonts/{,*/}*.*'
'styles/fonts/{,*/}*.*',
'CNAME',
]
}, {
expand: true,
Expand Down Expand Up @@ -457,7 +458,15 @@ module.exports = function (grunt) {
configFile: 'test/karma.conf.js',
singleRun: true
}
}
},

ghpages: {
options: {
base: 'dist'
},
src: ['**']
},

});


Expand Down Expand Up @@ -515,6 +524,11 @@ module.exports = function (grunt) {
'build'
]);

grunt.registerTask('deploy', [
'ghpages',
]);

/*
grunt.initConfig({
'gh-pages': {
options: {
Expand All @@ -523,5 +537,5 @@ module.exports = function (grunt) {
src: ['**']
}
});

*/
};
1 change: 1 addition & 0 deletions app/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
happybots.io

0 comments on commit 73706dd

Please sign in to comment.