| author | veltr |
| Thu, 29 Nov 2012 19:28:10 +0100 | |
| changeset 82 | e36c35fb4468 |
| parent 50 | 89e152523cb6 |
| child 84 | 0c699d2767f8 |
| permissions | -rw-r--r-- |
| 50 | 1 |
#!/bin/sh |
2 |
||
3 |
cat init.js > hashcut.js |
|
4 |
||
5 |
jsfiles="i18n model ldt-serializer segmentapi-serializer contentapi-serializer mashupcore editor mashupplayer mediaplayer social" |
|
6 |
||
7 |
for jsfile in $jsfiles |
|
8 |
do |
|
9 |
cat $jsfile.js >> hashcut.js |
|
10 |
done |
|
| 82 | 11 |
|
12 |
cp hashcut.js ../../src/hashcut/static/hashcut/js |