| changeset 50 | 89e152523cb6 |
| child 82 | e36c35fb4468 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/integration/js/compile.bat Mon Nov 26 18:42:56 2012 +0100 @@ -0,0 +1,9 @@ +@echo off + +type init.js > hashcut.js + +set jsfiles=i18n model ldt-serializer segmentapi-serializer contentapi-serializer mashupcore editor mashupplayer mediaplayer social + +FOR %%f IN (%jsfiles%) DO (type %%f.js >> hashcut.js) + +echo Hashcut.js compiled successfully!