Fixing stuff

This commit is contained in:
Lucas Cimon 2017-11-30 01:57:52 +01:00
parent f258f0becb
commit ab4826a57a
No known key found for this signature in database
GPG Key ID: 6AF36E0DE97FE852
2 changed files with 3 additions and 1 deletions

View File

@ -33,7 +33,8 @@
exclude: ^templates/(index|tipue_search)\.html$
- repo: local
hooks:
- id: make-eslint
- id: eslint
name: eslint
language: system
entry: make eslint
files: ''

View File

@ -3,6 +3,7 @@ set -o pipefail -o errexit -o nounset -o xtrace
cd ..
git clone https://github.com/getpelican/pelican-plugins.git
cd pelican-plugins
git submodule update --init image_process representative_image tag_cloud
cd ..