X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=235336b7356f56a34da003b83ff2c3e58c3315db;hb=abba116c28db312ee1cb4ca6897f358168f86c7c;hp=73f0bf95b30eabb27b06d307f997aedb9dfadb44;hpb=302dd5bda1297ed6579ca26da35ee67f8d35d934;p=myslice.git diff --git a/Makefile b/Makefile index 73f0bf95..235336b7 100644 --- 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'