We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a57b2 commit 9f1603bCopy full SHA for 9f1603b
Gruntfile.js
@@ -131,6 +131,12 @@ module.exports = function (grunt) {
131
background: true,
132
},
133
134
+ 'gh-pages': {
135
+ options: {
136
+ base: 'demo',
137
+ },
138
+ src: ['**'],
139
140
});
141
142
package.json
@@ -31,6 +31,7 @@
31
"grunt-contrib-uglify": "~0.4.0",
32
"grunt-contrib-watch": "~0.6.0",
33
"grunt-defs": "~0.6.0",
34
+ "grunt-gh-pages": "~0.9.1",
35
"grunt-jscs-checker": "~0.4.0",
36
"grunt-merge-conflict": "~0.0.2",
37
"grunt-ng-annotate": "~0.2.0",
0 commit comments