source: EcnlProtoTool/trunk/webapp/webmrbc/copy.bat@ 281

Last change on this file since 281 was 281, checked in by coas-nagasima, 7 years ago

mrbc.jsをemscriptenでビルド出来るようmrubyのビルドファイルを更新

File size: 3.5 KB
Line 
1del /Q /S ..\..\httpd-fs
2
3mkdir ..\..\httpd-fs
4mkdir ..\..\httpd-fs\ace
5mkdir ..\..\httpd-fs\bootstrap
6mkdir ..\..\httpd-fs\bootstrap\css
7mkdir ..\..\httpd-fs\bootstrap\fonts
8mkdir ..\..\httpd-fs\bootstrap\js
9mkdir ..\..\httpd-fs\css
10mkdir ..\..\httpd-fs\img
11mkdir ..\..\httpd-fs\js
12mkdir ..\..\httpd-fs\xterm
13mkdir ..\..\httpd-fs\xterm\addons
14mkdir ..\..\httpd-fs\xterm\addons\fit
15mkdir ..\..\httpd-fs\xterm\src
16
17rem java -jar ..\..\tools\yuicompressor-2.4.8.jar mrbc.js -o mrbc.min.js
18java -jar ..\..\tools\yuicompressor-2.4.8.jar css\webmrbc.css -o css\webmrbc.min.css
19rem java -jar ..\..\tools\yuicompressor-2.4.8.jar echonet_objects.json -o echonet_objects.min.json
20java -jar ..\..\tools\yuicompressor-2.4.8.jar ace\ace.js -o ace\ace.min.js
21java -jar ..\..\tools\yuicompressor-2.4.8.jar ace\mode-ruby.js -o ace\mode-ruby.min.js
22java -jar ..\..\tools\yuicompressor-2.4.8.jar ace\theme-twilight.js -o ace\theme-twilight.min.js
23java -jar ..\..\tools\yuicompressor-2.4.8.jar xterm\addons\fit\fit.js -o xterm\addons\fit\fit.min.js
24java -jar ..\..\tools\yuicompressor-2.4.8.jar xterm\src\xterm.css -o xterm\src\xterm.min.css
25java -jar ..\..\tools\yuicompressor-2.4.8.jar xterm\src\xterm.js -o xterm\src\xterm.min.js
26
27copy /Y ace\ace.min.js ..\..\httpd-fs\ace\ace.js
28copy /Y ace\mode-ruby.min.js ..\..\httpd-fs\ace\mode-ruby.js
29copy /Y ace\theme-twilight.min.js ..\..\httpd-fs\ace\theme-twilight.js
30copy /Y arduino_toolbox.xml ..\..\httpd-fs\arduino_toolbox.xml
31copy /Y bootstrap\css\bootstrap-theme.min.css ..\..\httpd-fs\bootstrap\css\bootstrap-theme.min.css
32copy /Y bootstrap\css\bootstrap.min.css ..\..\httpd-fs\bootstrap\css\bootstrap.min.css
33copy /Y bootstrap\fonts\glyphicons-halflings-regular.eot ..\..\httpd-fs\bootstrap\fonts\glyphicons-halflings-regular.eot
34copy /Y bootstrap\fonts\glyphicons-halflings-regular.svg ..\..\httpd-fs\bootstrap\fonts\glyphicons-halflings-regular.svg
35copy /Y bootstrap\fonts\glyphicons-halflings-regular.ttf ..\..\httpd-fs\bootstrap\fonts\glyphicons-halflings-regular.ttf
36copy /Y bootstrap\fonts\glyphicons-halflings-regular.woff ..\..\httpd-fs\bootstrap\fonts\glyphicons-halflings-regular.woff
37copy /Y bootstrap\fonts\glyphicons-halflings-regular.woff2 ..\..\httpd-fs\bootstrap\fonts\glyphicons-halflings-regular.woff2
38copy /Y bootstrap\js\bootstrap.min.js ..\..\httpd-fs\bootstrap\js\bootstrap.min.js
39copy /Y css\webmrbc.min.css ..\..\httpd-fs\css\webmrbc.css
40copy /Y echonet_objects.min.json ..\..\httpd-fs\echonet_objects.json
41copy /Y ecnl_toolbox.xml ..\..\httpd-fs\ecnl_toolbox.xml
42copy /Y favicon.ico ..\..\httpd-fs\favicon.ico
43copy /Y img\banner.svg ..\..\httpd-fs\img\banner.svg
44copy /Y img\core-s.svg ..\..\httpd-fs\img\core-s.svg
45copy /Y img\no_image.png ..\..\httpd-fs\img\no_image.png
46copy /Y index.min.html ..\..\httpd-fs\index.html
47copy /Y information.json ..\..\httpd-fs\information.json
48copy /Y js\FileSaver.min.js ..\..\httpd-fs\js\FileSaver.min.js
49copy /Y js\blockly_compressed.js ..\..\httpd-fs\js\blockly_compressed.js
50copy /Y js\bridge.min.js ..\..\httpd-fs\js\bridge.min.js
51copy /Y js\jquery-3.1.0.min.js ..\..\httpd-fs\js\jquery-3.1.0.min.js
52copy /Y js\jszip.min.js ..\..\httpd-fs\js\jszip.min.js
53copy /Y js\webmrbc.min.js ..\..\httpd-fs\js\webmrbc.min.js
54copy /Y mrbc.min.js ..\..\httpd-fs\mrbc.min.js
55copy /Y xterm\addons\fit\fit.min.js ..\..\httpd-fs\xterm\addons\fit\fit.js
56copy /Y xterm\src\xterm.min.css ..\..\httpd-fs\xterm\src\xterm.css
57copy /Y xterm\src\xterm.min.js ..\..\httpd-fs\xterm\src\xterm.js
58
59CD ..\..\
60call tools\makefsdata.exe
61
62copy /Y httpd-fs.bin ntshell\webserver\httpd_fs.bin
Note: See TracBrowser for help on using the repository browser.