Store session cookie in local storage

This commit is contained in:
Andrew Miner
2016-04-06 18:29:08 -07:00
parent 76ae358878
commit cdb2989c0a
5 changed files with 44 additions and 15 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
if [[ -d "../crafting-guide-common" ]]; then
rm -rf ./node_modules/crafting-guide-common &>/dev/null
mkdir -p node_modules
cd node_modules
ln -s ../../crafting-guide-common
fi