X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=73f0bf95b30eabb27b06d307f997aedb9dfadb44;hb=05861f44a20edf11bacba3d0d6fad3dee9ad7957;hp=7752b109ba2e12c8d3d857cb375793f9f6e76d68;hpb=af7c18aea18be19b7227b25a019af4d257cee7dd;p=myslice.git diff --git a/Makefile b/Makefile index 7752b109..73f0bf95 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,14 @@ 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) thirdparty-js: @find $(THIRD-PARTY-RESOURCES) -name '*.js'