Correction of the problem with firefox with the radial gradient

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2468 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Reda Lyazidi 2013-02-23 21:32:09 +00:00
parent f6dcf51e37
commit 71586aa5fe
2 changed files with 6 additions and 4 deletions

View File

@ -89,6 +89,8 @@ chrome:
cp -a chrome-app/* build/svgedit_app
cd build ; $(ZIP) -r $(PACKAGE)-crx.zip svgedit_app ; rm -rf svgedit_app; cd ..
jgraduate:
java -jar $(CLOSURE) --js editor/jgraduate/jquery.jgraduate.js --js_output_file editor/jgraduate/jquery.jgraduate.min.js
clean:
rm -rf config
rm -rf build/$(PACKAGE)