Patch for jquery.contextmenu.js. Add jquery.contextmenu.js to Closure compiler step in Makefile

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2060 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2012-03-17 17:45:28 +00:00
parent 2b669ce556
commit 5786a1bc30
3 changed files with 7 additions and 3 deletions

View File

@@ -6,7 +6,9 @@ CLOSURE=build/tools/closure-compiler.jar
ZIP=zip
# All files that will be compiled by the Closure compiler.
JS_FILES=\
contextmenu/jquery.contextmenu.js \
browser.js \
svgtransformlist.js \
math.js \
@@ -55,6 +57,8 @@ $(COMPILED_JS):
$(CLOSURE_JS_ARGS) \
--js_output_file $(COMPILED_JS)
compile: $(COMPILED_JS)
release: build/$(PACKAGE)
cd build ; $(ZIP) $(PACKAGE).zip -r $(PACKAGE) ; cd ..
tar -z -c -f build/$(PACKAGE)-src.tar.gz \