mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
htdocs.mk, js.mk: Add js.mk, providing minification
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
0371cec047
commit
4a42edbc1b
2 changed files with 21 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ LESS_GENERATED_CSS ?= $(patsubst %.less,%.css,$(LESS_SRC))
|
|||
LESS_CPY ?= lesscpy
|
||||
|
||||
include $(MODDIR)/make/defs.mk
|
||||
include $(MODDIR)/make/js.mk
|
||||
include $(MODDIR)/make/rules.mk
|
||||
|
||||
all: $(LESS_GENERATED_CSS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue