Hi,
What should i run for command when changing manually any js file ?
Thks
Hi @Bernard
For development, use npm run create-bundles, for production use npm run build.
npm run create-bundles
npm run build
Hi ismail,