Skip to content

Commit

Permalink
Build script and binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Janez Troha committed Dec 15, 2010
1 parent 609e50b commit 480c6bc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions comp.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@echo off
del dist.zip /Q
del dist /s /Q
xcopy source dist\source /s
FOR %%G IN (source\js\*.js) DO java -jar compiler.jar --js %%G --js_output_file dist\%%G --summary_detail_level 3 --compilation_level SIMPLE_OPTIMIZATIONS
FOR %%G IN (source\css\*.css) DO java -jar css.jar %%G -o dist\%%G -v --charset utf-8
"C:\Program Files\7-Zip\7z.exe" -tzip -mx=9 a dist.zip .\dist\source\*
del dist /s /Q
pause
Binary file added compiler.jar
Binary file not shown.
Binary file added css.jar
Binary file not shown.
Binary file added dist.zip
Binary file not shown.
Binary file added source.crx
Binary file not shown.

0 comments on commit 480c6bc

Please sign in to comment.