Hi support,
I have followed instruction from
https://preview.keenthemes.com/html/metronic/docs/getting-started/build/webpack
There is wrong instruction at No. 8, should be npm run localhost not gulp localhost.
When I typing npm run localhost why asset folder missing ? so demo1 website was not display properly because all assets is missing.
when I typing npm build, asset folder will be created, but every Im typing npm run localhost, assets folder automically deleted.
Hi Sulthan
Thank you. We will update the webpack docs and fix the issue. In the meantime, please use this as a workaround.
In the file /tools/webpack.config.js, please comment on this function.
// removeExistingAssets();
Ok, thanks