run.sh install reorg

This commit is contained in:
Lucas Cimon 2017-12-03 01:08:21 +01:00
parent c1dd38e720
commit 288f40fd64
No known key found for this signature in database
GPG Key ID: 6AF36E0DE97FE852
1 changed files with 6 additions and 4 deletions

10
run.sh
View File

@ -1,12 +1,12 @@
#!/bin/bash
# USAGE: ./run.sh ( install | test_ludochaordicn )
# USAGE: ./run.sh ( install | test_ludochaordic )
set -o pipefail -o errexit -o nounset -o xtrace
install () {
npm install -g csslint eslint eslint-config-strict eslint-plugin-filenames htmlhint htmllint-cli lighthouse
pip install html5validator pre-commit
npm install -g eslint eslint-config-strict eslint-plugin-filenames
pip install pre-commit
pre-commit install
}
@ -20,7 +20,9 @@ test_ludochaordic () {
git clone https://github.com/Lucas-C/ludochaordic.git
cd ludochaordic
pip install pelican markdown beautifulsoup4 pillow html5lib
npm install -g csslint htmlhint htmllint-cli lighthouse
pip install pelican markdown beautifulsoup4 pillow html5lib html5validator
../pelican-mg/gen_imgs_from_mds.py content/*.md
make DEBUG=1 OUTPUTDIR=output html