How do I make the build process generates original folder structure instead of generating.
www/build/1.js
www/build/2.js
and so on.
Thanks
A
How do I make the build process generates original folder structure instead of generating.
www/build/1.js
www/build/2.js
and so on.
Thanks
A
I don’t really know what you are talking about, but you should never concern yourself with anything that happens underneath www
. That is the equivalent of an obj
directory in an old-school C app - something that is totally owned by the build process that you should not be touching, period.
Im trying to tighten the feedback loop while developing/troubleshooting plugins for the platform. Example i modify straight in xcode and just click build/run again. Instead of ionic cordova build ios.
But I think i got the workflow i want, just do cmd + shift + o in xcode and search the function. and just jump to it. And this GitHub - RemoteDebug/remotedebug-ios-webkit-adapter: Debug Safari and WebViews on iOS from tools like VS Code and Chrome DevTools helps alot too.