mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
fixes windows path un ui-framework startup (#9934)
This commit is contained in:
parent
5f4cf32867
commit
ec58465803
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ module.exports = function (grunt) {
|
|||
|
||||
function uiFrameworkServerStart() {
|
||||
const serverCmd = {
|
||||
cmd: /^win/.test(platform) ? '.\\node_modules\\.bin\\webpack-dev-server' : './node_modules/.bin/webpack-dev-server',
|
||||
cmd: /^win/.test(platform) ? '.\\node_modules\\.bin\\webpack-dev-server.cmd' : './node_modules/.bin/webpack-dev-server',
|
||||
args: [
|
||||
'--config=ui_framework/doc_site/webpack.config.js',
|
||||
'--hot ',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue