manifold: imprved plugin class with helpers for naming HTML tags in plugins
[myslice.git] / Makefile
index 73f0bf9..235336b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -93,6 +93,9 @@ THIRD-PARTY-RESOURCES += $(shell ls third-party/jquery-notify/ui.notify.css)
 THIRD-PARTY-RESOURCES += $(shell ls third-party/codemirror-3.15/lib/codemirror.js) 
 THIRD-PARTY-RESOURCES += $(shell ls third-party/codemirror-3.15/lib/codemirror.css) 
 THIRD-PARTY-RESOURCES += $(shell ls third-party/codemirror-3.15/mode/sql/sql.js)
+# Mustache.js
+THIRD-PARTY-RESOURCES += $(shell ls third-party/mustache/mustache.js)
+
 
 thirdparty-js:
        @find $(THIRD-PARTY-RESOURCES) -name '*.js'