a11y-outline

web extension to navigate document outlines easily
git clone https://git.ce9e.org/a11y-outline.git

commit
09b2b384b00e941e92534e0bfcbb87cf04a0b9eb
parent
cec9f24b58af32734d1c45526dd2d415badc1f55
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-09-23 13:00
cleanup remains of npm

Diffstat

M .gitignore 1 -
M Makefile 4 +---

2 files changed, 1 insertions, 4 deletions


diff --git a/.gitignore b/.gitignore

@@ -1,4 +1,3 @@
    1    -1 node_modules
    2     1 vendor
    3     2 /outline.css
    4     3 /icon-128.png

diff --git a/Makefile b/Makefile

@@ -1,5 +1,3 @@
    1    -1 PATH := node_modules/.bin:$(PATH)
    2    -1 
    3     1 bundle.zip: manifest.json icon-128.png bg.js outline.js treeview.js outline.css vendor
    4     2 	rm -f $@
    5     3 	zip -r $@ $^
@@ -11,7 +9,7 @@ vendor:
   11     9 icon-128.png: icon.svg
   12    10 	inkscape $< --export-filename=$@
   13    11 
   14    -1 outline.css: src/outline.scss node_modules
   -1    12 outline.css: src/outline.scss
   15    13 	npx sass $< $@
   16    14 
   17    15 clean: