Hi support,
I have a problem when using gulp to build asset.
I have folder like below :
C:\metronic-8.1.7\html\theme\demo1
C:\metronic-8.1.7\html\theme\tools
C:\metronic-8.1.7\html\theme\node_modules
If I follow instrunction at https://preview.keenthemes.com/html/metronic/docs/getting-started/build/gulp in section step 9. In this section have warning "Keep the console open. Open this link to run http://localhost:8080/dist/. It will take a few seconds for the build to finish. To stop a localhost environment, press Ctrl+C."
When Im trying like above get error "Cannot GET /dist/". But when Im trying acces link like this
http://localhost:8080/demo1/dist/ its work.
Could you tell me why is different ?
You're welcome
Hi Sulthan,
The correct one is http://localhost:8080/demo1/dist/. We will update the link in the docs.
Thanks
ok, thanks