1
Fork 0

Removed private data, for now

This commit is contained in:
Jake Howard 2015-11-09 08:44:32 +00:00
parent bf3a93c460
commit e2142c377b
2 changed files with 1 additions and 15 deletions

View file

@ -14,7 +14,7 @@
"watch-images": "watch 'npm run build-images' static/src/img/",
"watch-less": "watch 'npm run build-less' static/src/less/",
"watch": "npm run watch-less & npm run watch-images",
"clean": "rm -rf static/build collected-static/ node_modules/ env/ private"
"clean": "rm -rf static/build collected-static/ node_modules/ env/"
},
"repository": {
"type": "git",

View file

@ -1,14 +0,0 @@
#!/usr/bin/bash
set -e
echo ">> Removing old Private data..."
rm -rf private/*
mkdir private/
cd private/
echo ">> Cloning Private Repo..."
git clone git@bitbucket.org:TheOrangeOne/theorangeone.net-site-private-data.git
echo ">> That's it for now..."