Conversation
|
@yong-asial I have mostly finished this but i am still having one problem: I am serving the files in www/components as public assets in the dev server, so they should be available at You can reproduce this by:
Could you please have a look at this problem when you have a chance since you know much more about the Monaca internals than me? Thank you for any help you can give 🙏 |
|
@emccorson I checked and it seems to be working fine on local, cloud, and phone. |
|
Is that only when watch is added to monaca:preview, or does it work even without watch?
I removed watch because it performs a full build so you lose the advantage of using ES modules for quick reloads.
|
|
@emccorson we need the
I think so. I just tested it and it seems to be working fine. The only problem is when we change the code it doesn't reflect to
are you referring to no The main point to test on Monaca Cloud IDE, is to ensure that Previewer could serve when terminal feature is turned on and off (?previewer=1&terminal=0 and ?previewer=1&terminal=1) Anyway, is it working on your sides now? on phone and Cloud IDE? |
|
@yong-asial Thanks for the extra information. I'm not sure why it wasn't working for me before but everything seems to be good now. I've tested on Monaca Debugger and Monaca Cloud IDE with and without the terminal, and it seems to be working. This is ready for merge now. I've also created the PRs in the other repositories. |

No description provided.