|
50
|
1 |
@echo off |
|
|
2 |
|
|
|
3 |
type init.js > hashcut.js |
|
|
4 |
|
|
104
|
5 |
set jsfiles=model ldt-serializer segmentapi-serializer contentapi-serializer mashupcore editor mashupplayer mediaplayer |
|
50
|
6 |
|
|
|
7 |
FOR %%f IN (%jsfiles%) DO (type %%f.js >> hashcut.js) |
|
|
8 |
|
|
82
|
9 |
copy hashcut.js ..\..\src\hashcut\static\hashcut\js |
|
|
10 |
|
|
86
|
11 |
copy common.js ..\..\src\hashcut\static\hashcut\js |
|
|
12 |
|
|
84
|
13 |
copy ..\css\*.css ..\..\src\hashcut\static\hashcut\bpi\css |
|
|
14 |
|
|
|
15 |
copy ..\css\*.css ..\..\src\hashcut\static\hashcut\iri\css |
|
|
16 |
|
|
50
|
17 |
echo Hashcut.js compiled successfully! |