Results 7 comments of them.es

This issue is hard to reproduce without knowing your local server setup. 1. The theme needs to be extracted in `{localhost}/wp-content/themes/my-bootstrap-theme` 2. The theme needs to be activated in your...

Just tested it on a Local installation (https://localwp.com - latest version). Everything seems to work fine and the site is autorefreshing after modifying `main.scss`. Just to be clear. Hot reloading...

> Just a last things. Which version of node are you using ? Latest version

Hi @amarineau, if this issue is still relevant, could you try to define your localhost URL via the [devServer `open` option](https://webpack.js.org/configuration/dev-server/#devserveropen)? ``` devServer: { static: { directory: path.join(__dirname, "assets"), },...

Did you try to add your actual site domain (i.e. http://test.local/, etc.) in `open`? And could you confirm that after switching to `localhost` everything is working now? If so, we'll...

@swissspidy Could you have a look at whether this is a viable alternative approach? **Replace the changes in this commit with only the following line:** [Line 1210](https://github.com/WordPress/wordpress-develop/pull/7423/files#diff-31cd15428a59baa3494149d7ccf047ce80c8d7783d6e889c80d118043548ee1aL1210) `$languages_path = WP_LANG_DIR...

@swissspidy Yes that seems to fix the reported Multisite regression. Thank you for the quick turnaround 👍