updated deploy

This commit is contained in:
Mark Moser
2016-09-28 13:27:05 -05:00
parent 305feac8e0
commit 9b7aef577d
2 changed files with 5 additions and 2 deletions

2
.gitignore vendored
View File

@ -49,6 +49,6 @@ results
*.zip
# Ignore support folders
_bower_components
*bower_components
node_modules
dist

View File

@ -1,5 +1,8 @@
#!/bin/bash
DEST=/home/mmoser/vhost/links
DEST=/var/www/links/
mkdir -p $DEST/bower_components/normalize-css
cp bower_components/normalize-css/normalize.css $DEST/bower_components/normalize-css/normalize.css
cp -r ./font $DEST
cp -r ./img $DEST