File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ all: install-hooks build/main_bs4.css all-hooks.json index.html hooks.html
44install-hooks : venv
55 venv/bin/pre-commit install
66
7- build/main_bs4.css : venv node_modules build scss/main_bs4.scss scss/_variables.scss
8- venv/ bin/pysassc -s compressed scss/main_bs4.scss build/main_bs4.css
7+ build/main_bs4.css : node_modules build scss/main_bs4.scss scss/_variables.scss
8+ node_modules/. bin/node-sass --output-style= compressed scss/main_bs4.scss build/main_bs4.css
99
1010all-hooks.json : venv make_all_hooks.py all-repos.yaml
1111 venv/bin/python make_all_hooks.py
Original file line number Diff line number Diff line change 22 "repository" : " github.com/pre-commit/pre-commit.com" ,
33 "license" : " MIT" ,
44 "dependencies" : {
5- "bootstrap" : " ^4.5.3"
5+ "bootstrap" : " ^4.5.3" ,
6+ "node-sass" : " ^6.0.0"
67 },
78 "eslintConfig" : {
89 "extends" : " eslint:recommended" ,
Original file line number Diff line number Diff line change 11mako
2- libsass
32markdown-code-blocks >= 3.0.0
43markdown-to-presentation >= 0.0.12
54pre-commit >= 1.21.0
You can’t perform that action at this time.
0 commit comments