From 91ae501438078abc3596e47accb2ee9d5f6780d1 Mon Sep 17 00:00:00 2001 From: Jeff Schiller Date: Tue, 26 Oct 2010 07:29:00 +0000 Subject: [PATCH] Update Makefile for two new JS files git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1819 eee81c28-f429-11dd-99c0-75d572ba1ddd --- Makefile | 2 ++ editor/svg-editor.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Makefile b/Makefile index d3f852cf..e32fd343 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,8 @@ build/$(PACKAGE): java -jar $(YUICOMPRESS) build/$(PACKAGE)/spinbtn/JQuerySpinBtn.js > build/$(PACKAGE)/spinbtn/JQuerySpinBtn.min.js # java -jar $(CLOSURE) --js build/$(PACKAGE)/spinbtn/JQuerySpinBtn.js --js_output_file build/$(PACKAGE)/spinbtn/JQuerySpinBtn.min-closure.js # minify SVG-edit files + java -jar $(YUICOMPRESS) build/$(PACKAGE)/svgutils.js > build/$(PACKAGE)/svgutils.min.js + java -jar $(YUICOMPRESS) build/$(PACKAGE)/browsersupport.js > build/$(PACKAGE)/browsersupport.min.js java -jar $(YUICOMPRESS) build/$(PACKAGE)/svg-editor.js > build/$(PACKAGE)/svg-editor.min.js # java -jar $(CLOSURE) --js build/$(PACKAGE)/svg-editor.js --js_output_file build/$(PACKAGE)/svg-editor.min-closure.js java -jar $(YUICOMPRESS) build/$(PACKAGE)/svgcanvas.js > build/$(PACKAGE)/svgcanvas.min.js diff --git a/editor/svg-editor.html b/editor/svg-editor.html index 0fee7a9e..385a75c9 100644 --- a/editor/svg-editor.html +++ b/editor/svg-editor.html @@ -32,6 +32,8 @@ + + script type="text/javascript" src="locale/locale.min.js">