integration/js/compile.sh
author Anthony Ly <anthonyly.com@gmail.com>
Tue, 27 Nov 2012 12:15:14 +0100
changeset 53 9d80aeae789b
parent 50 89e152523cb6
child 82 e36c35fb4468
permissions -rw-r--r--
update html profile links

#!/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