2018-05-18 20:59:30 +01:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
|
|
|
source ./scripts/common.sh
|
|
|
|
|
|
|
|
sass-lint -vqc .sass-lint.yml
|
|
|
|
eslint $STATIC_SRC/js
|
|
|
|
yamllint data/*.yml
|
|
|
|
yamllint config.yml
|
|
|
|
mdspell --en-gb -ranx 'content/**/*.md'
|
2018-08-15 21:33:01 +01:00
|
|
|
|
|
|
|
blcl -ero './public/'
|