having some trouble running the jsBrowserDevelopme...
# javascript
g
having some trouble running the jsBrowserDevelopmentRun task in a new multiplatform project. It seems to be running the dev server from the below configuration. But the folder is never created when a build is run. Any suggestions to get it working?
Copy code
// dev server
config.devServer = {
  "open": true,
  "static": [
    "C:\\my_workspace\\myproject\\build\\processedResources\\js\\main"
  ]
};