X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=d011fe41aaedfac50542701804d72f8c836ef8ab;hb=55f628fd2398b231159c148e1dee8302e255640e;hp=7752b109ba2e12c8d3d857cb375793f9f6e76d68;hpb=af7c18aea18be19b7227b25a019af4d257cee7dd;p=myslice.git diff --git a/Makefile b/Makefile index 7752b109..d011fe41 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,19 @@ THIRD-PARTY-RESOURCES += $(shell ls third-party/syntaxhighlighter/styles/shTheme THIRD-PARTY-RESOURCES += $(shell ls third-party/smartwizard-1636c86/js/jquery.smartWizard-2.0.js) #THIRD-PARTY-RESOURCES += $(shell ls third-party/smartwizard-1636c86/js/jquery.smartWizard-2.0.min.js) THIRD-PARTY-RESOURCES += $(shell ls third-party/smartwizard-1636c86/styles/smart_wizard.css) - +# jquery.notify +THIRD-PARTY-RESOURCES += $(shell ls third-party/jquery-notify/jquery.notify.js) +THIRD-PARTY-RESOURCES += $(shell ls third-party/jquery-notify/jquery.notify.min.js) +THIRD-PARTY-RESOURCES += $(shell ls third-party/jquery-notify/ui.notify.css) +# CodeMirror +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'