From 1a970557b8641ea5f654aa149ac3b9133f8c81b8 Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Mon, 26 May 2014 15:57:37 +0200 Subject: [PATCH] add new JS deps to Makefile --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fde1f31..76bdb00 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,9 @@ -ISSO_JS_SRC := $(shell find isso/js/app -type f) $(shell ls isso/js/*.js | grep -vE "(min|dev)") -ISSO_JS_DST := isso/js/embed.min.js isso/js/embed.dev.js isso/js/count.min.js isso/js/count.dev.js +ISSO_JS_SRC := $(shell find isso/js/app -type f) \ + $(shell ls isso/js/*.js | grep -vE "(min|dev)") \ + isso/js/lib/requirejs-jade/jade.js + +ISSO_JS_DST := isso/js/embed.min.js isso/js/embed.dev.js \ + isso/js/count.min.js isso/js/count.dev.js ISSO_CSS := isso/css/isso.css