Skip to content

Commit

Permalink
webpack for all the things
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMerrill committed May 8, 2019
1 parent d449b5d commit bf01dc7
Show file tree
Hide file tree
Showing 9 changed files with 328 additions and 328 deletions.
6 changes: 3 additions & 3 deletions buildRelease.sh
@@ -1,14 +1,14 @@
#!/bin/bash
rm -r ./dist
python ./generateYML.py
python3 ./generateYML.py
if [ $1 == "exe" ]
then
jekyll build -d ./dist/es --config _config.yml,_config_exe.yml,_config_es.yml
jekyll build -d ./dist/en --config _config.yml,_config_exe.yml,_config_en.yml
else
jekyll build -d ./dist/es --config _config.yml,_config_web.yml,_config_es.yml
jekyll build -d ./dist/en --config _config.yml,_config_web.yml,_config_en.yml
TARGET_DIR=dist/es npx webpack
TARGET_DIR=dist/en npx webpack
fi
TARGET_DIR=dist/es npx webpack
TARGET_DIR=dist/en npx webpack
cp ./index.html ./dist

0 comments on commit bf01dc7

Please sign in to comment.