I think i got it

This commit is contained in:
Tommy Parnell
2015-11-21 00:53:02 -05:00
parent 38c5d8129c
commit 5ac3b38253
3 changed files with 6 additions and 2 deletions

View File

@@ -10,7 +10,10 @@ deployment:
test:
override:
- npm install -g gulp
- npm install -g bower
- bower install
- gulp publish
- gulp cachebust
dependencies:
cache_directories:
- "node_modules" # relative to the build directory

View File

@@ -1,6 +1,8 @@
#!/bin/bash
git config user.email "tparnell8@gmail.com"
git config user.name "Tommy Parnell"
rm -rf components
rm -rf node_modules
git add . --force
git commit -m "Deployed to Github Pages"
git push --force "git@github.com:tparnell8/about.tommyparnell.com.node.git" master:gh-pages

View File

@@ -90,8 +90,7 @@ gulp.task('cachebust', function(){
gulp.task('publish', [
'minfiyCss',
'minifyHtml',
'minifyJs',
'cachebust'
'minifyJs'
]);
gulp.task('default', [