add run spellchecker on develop

This commit is contained in:
Alexander.Trofimov
2016-12-08 15:31:09 +03:00
parent b3910513dd
commit d2b4a6d027
2 changed files with 6 additions and 6 deletions

View File

@ -14,7 +14,7 @@
"server": {
"port": 8001,
"sockjsUrl": "/web-apps/vendor/sockjs/sockjs.min.js",
"editor_settings_spellchecker_url": "",
"editor_settings_spellchecker_url": "http://127.0.0.1:8080",
"static_content": [
{
"name": "/sdkjs",

10
run.bat
View File

@ -30,9 +30,9 @@ copy "..\..\..\core\build\bin\win_%OS%\x2t.exe" "."
"..\..\..\core\build\bin\AllFontsGen\win_%OS%.exe" "%windir%\Fonts" "%~dp0\..\sdkjs\common\AllFonts.js" "%~dp0\..\sdkjs\common\Images" "%~dp0\FileConverter\bin\font_selection.bin"
rem mkdir "%~dp0\SpellChecker\dictionaries"
rem cd /D "%~dp0\SpellChecker" || goto ERROR
rem xcopy /s/e/k/c/y/q "..\..\dictionaries" ".\dictionaries"
mkdir "%~dp0\SpellChecker\dictionaries"
cd /D "%~dp0\SpellChecker" || goto ERROR
xcopy /s/e/k/c/y/q "..\..\dictionaries" ".\dictionaries"
ECHO.
ECHO ----------------------------------------
@ -72,8 +72,8 @@ start /min /b node gc.js
cd "%RUN_DIR%\FileConverter\sources"
start /min /b node convertermaster.js
rem cd "%RUN_DIR%\SpellChecker\sources"
rem start /min /b node server.js
cd "%RUN_DIR%\SpellChecker\sources"
start /min /b node server.js
:ERROR
:SUCCESS