X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=9db12b25bd5940758c1f780cb95205dc718f5715;hb=402f6e111bcb0312297ac666a93b44e8a18101e8;hp=f1f19bbb407c006e9059e79279a2e951e4cf5e86;hpb=a53c940d2f5e1473627beaba542963c2834c6eb9;p=myslice.git diff --git a/Makefile b/Makefile index f1f19bbb..9db12b25 100644 --- a/Makefile +++ b/Makefile @@ -32,8 +32,14 @@ THIRD-PARTY-RESOURCES += $(shell ls third-party/bootstrap/*/*) THIRD-PARTY-RESOURCES += $(shell ls third-party/datatables/js/dataTables.js) # likewise THIRD-PARTY-RESOURCES += $(shell ls third-party/jquery/js/jquery.js) +# used in hazelnut +THIRD-PARTY-RESOURCES += $(shell ls third-party/jquery/css/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/beautyofcode/scripts/sh{Core,Autoloader,BrushPython,BrushRuby}.js) +THIRD-PARTY-RESOURCES += $(shell ls third-party/beautyofcode/styles/sh{Core,CoreDefault,ThemeDefault}.css) + thirdparty-js: @find $(THIRD-PARTY-RESOURCES) -name '*.js'