From 44e8657c78361224b50a69ff85108478eb16788f Mon Sep 17 00:00:00 2001 From: Xavier Guimard Date: Mon, 21 Mar 2016 17:52:44 +0000 Subject: [PATCH] Little bug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f254c4fa7..227acb603 100644 --- a/Makefile +++ b/Makefile @@ -191,7 +191,7 @@ JSSRCFILES:=$(shell find $(SRCMANAGERDIR)/site/static/js $(SRCPORTALDIR)/example CSSSRCFILES:=$(shell find $(SRCMANAGERDIR)/site/static/css $(SRCPORTALDIR)/example -type f -name '*.css' ! -name '*.min.css') # Coffee files -COFFEESRCFILES:=$(shell find $(SRCMANAGERDIR)/site/coffee/ -type f) +COFFEESRCFILES:=$(shell find $(SRCMANAGERDIR)/site/coffee/ -type f -name '*.coffee') COFFEEDSTFILES:=$(subst coffee/,static/js/,$(COFFEESRCFILES:.coffee=.js)) # Minified files