File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
@ echo off
2
2
3
3
:: =============== Plugins ===============
4
- set PLUGINS_DIR = " .\redisinsight\api\src\ static\plugins"
5
- set PLUGINS_VENDOR_DIR = " .\redisinsight\api\src\ static\resources\plugins"
4
+ set PLUGINS_DIR = " .\redisinsight\api\static\plugins"
5
+ set PLUGINS_VENDOR_DIR = " .\redisinsight\api\static\resources\plugins"
6
6
7
7
:: Default plugins assets
8
8
call node-sass " .\redisinsight\ui\src\styles\main_plugin.scss" " .\vendor\global_styles.css" --output-style compressed
@@ -22,4 +22,4 @@ xcopy "%REDISEARCH_DIR%\dist" "%PLUGINS_DIR%\redisearch\dist\" /s /e /y
22
22
copy " %REDISEARCH_DIR% \package.json" " %PLUGINS_DIR% \redisearch\"
23
23
24
24
:: =============== Enablement area ===============
25
- xcopy " .\redisinsight\ui\src\packages\enablement-area" " .\redisinsight\api\src\ static\workbench\" /s /e /y
25
+ xcopy " .\redisinsight\ui\src\packages\enablement-area" " .\redisinsight\api\static\workbench\" /s /e /y
You can’t perform that action at this time.
0 commit comments