diff --git a/.gitignore b/.gitignore index d6a075b..4525062 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ node_modules bower_components reports +.grunt +dist dist/_bower.js diff --git a/grunt/gh-pages.yaml b/grunt/gh-pages.yaml new file mode 100755 index 0000000..2fdc6d2 --- /dev/null +++ b/grunt/gh-pages.yaml @@ -0,0 +1,7 @@ +options: + base: '.' + branch: 'gh-pages' +src: + - 'dist/**/*.js' + - 'example/**/*.*' + - 'bower_components/**/*.*' diff --git a/package.json b/package.json index d457e3b..53f8343 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "grunt-mocha": "~0.4.1", "grunt-notify": "~0.2.13", "grunt-shell": "~0.4.0", - "load-grunt-config":"~0.6.0" + "load-grunt-config": "~0.6.0", + "grunt-gh-pages": "~0.9.0" } }