X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=652f6dbd2fa2c466ae98f3da59b79861769e5a58;hb=8bd7506149ec3e26a194fcc6e596781e0b399b0f;hp=3bbba8cdd419c13f1219550dd3f819f74e609104;hpb=18c083f0dc202683cf4ed2ba640195e577eb95fa;p=myslice.git diff --git a/Makefile b/Makefile index 3bbba8cd..652f6dbd 100644 --- a/Makefile +++ b/Makefile @@ -30,11 +30,21 @@ THIRD-PARTY-RESOURCES = THIRD-PARTY-RESOURCES += $(shell ls third-party/bootstrap/*/*) # just the single js as identified with a symlink THIRD-PARTY-RESOURCES += $(shell ls third-party/datatables/js/dataTables.js) +THIRD-PARTY-RESOURCES += $(shell ls third-party/datatables/js/dataTables.bootstrap.js) +THIRD-PARTY-RESOURCES += $(shell ls third-party/datatables/css/dataTables.bootstrap.css) # likewise -THIRD-PARTY-RESOURCES += $(shell ls third-party/jquery/js/jquery.js) -THIRD-PARTY-RESOURCES += $(shell ls third-party/jquery/css/jquery-ui.css) +THIRD-PARTY-RESOURCES += $(shell ls third-party/jquery/js/jquery{,.min}.js) +# for storing the visible status of plugins +THIRD-PARTY-RESOURCES += $(shell ls third-party/jquery-html5storage/jquery.html5storage{,.min}.js) +# xxx we have jquery-ui in our codebase but we've now moved to using bootstrap instead +# so jquery-ui can probably be git removed altogether +#THIRD-PARTY-RESOURCES += $(shell ls third-party/jquery-ui/themes/base/jquery-ui.css) # spin comes in plain or min, + the jquery plugin, and our own settings THIRD-PARTY-RESOURCES += $(shell ls third-party/spin/*.js) +# used in QueryCode +THIRD-PARTY-RESOURCES += $(shell ls third-party/syntaxhighlighter/scripts/sh{Core,Autoloader,BrushPython,BrushRuby}.js) +THIRD-PARTY-RESOURCES += $(shell ls third-party/syntaxhighlighter/styles/sh{Core,CoreDefault,ThemeDefault}.css) + thirdparty-js: @find $(THIRD-PARTY-RESOURCES) -name '*.js'