X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=d011fe41aaedfac50542701804d72f8c836ef8ab;hb=3c762e77b024e3bdd261002e415bc2e931b3d52f;hp=73f0bf95b30eabb27b06d307f997aedb9dfadb44;hpb=3a4e8104cf076bbbfb5219424f08629a295c4ccd;p=myslice.git diff --git a/Makefile b/Makefile index 73f0bf95..d011fe41 100644 --- a/Makefile +++ b/Makefile @@ -93,6 +93,11 @@ 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) +# markerclustererplus for the googlemap plugin +THIRD-PARTY-RESOURCES += $(shell ls third-party/markerclusterer/markerclusterer.js) +THIRD-PARTY-RESOURCES += $(shell ls third-party/markerclusterer/markerclusterer_packed.js) thirdparty-js: @find $(THIRD-PARTY-RESOURCES) -name '*.js'