| changeset 50 | 89e152523cb6 |
| child 82 | e36c35fb4468 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/integration/js/compile.sh Mon Nov 26 18:42:56 2012 +0100 @@ -0,0 +1,10 @@ +#!/bin/sh + +cat init.js > hashcut.js + +jsfiles="i18n model ldt-serializer segmentapi-serializer contentapi-serializer mashupcore editor mashupplayer mediaplayer social" + +for jsfile in $jsfiles +do + cat $jsfile.js >> hashcut.js +done