We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd4104 commit 9c28b1fCopy full SHA for 9c28b1f
src/Makefile
@@ -2,7 +2,7 @@ BROWSERIFY := node_modules/.bin/browserify
2
PRETTIER := node_modules/.bin/prettier
3
LESSC := node_modules/.bin/lessc
4
5
-CLEAN_FILES := js
+CLEAN_FILES := js css
6
PRETTIER_FILES := $(wildcard *.json *.js popup/*.js options/*.js *.less popup/*.less options/*.less *.html popup/*.html options/*.html)
7
8
.PHONY: all
0 commit comments