mouseenter bug fix. close #119

This commit is contained in:
Anton Lavrenov
2016-06-07 17:25:32 +07:00
parent 2622d51412
commit 65b18f626b
6 changed files with 146 additions and 7 deletions

View File

@@ -69,6 +69,7 @@ find source themes -exec perl -i -pe "s|${old_cdn}|${new_cdn}|g" {} +
find source themes -exec perl -i -pe "s|${old_cdn_min}|${new_cdn_min}|g" {} +
echo "regenerate site"
rm ./db.json
npm start
echo "commit site changes"