How to get Aurelia Version to rebuild dist folder after initial Typescript Transpilation #1205

Closed
opened 2025-08-09 17:19:15 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @ajdisalvo72 on 12/6/2016

I ran the Aurelia version and it initially ran great on all browsers once I added support for fetch and Promise for internet explorer.. My problem came when I made a change to the code in one of the Typescript files to see how to get the project to refresh. I know that HMR is currently unsupported, but I am puzzled as to how to get a refresh to happen.. I shut down dotnet run and reran dotnet run and it said that it had already been compiled. So I removed the bin and the obj folders and reran it and it rebuilt the dlls, but did not republish the JavaScript and html files to the dist folder. I removed the dist folder and the bin and obj folders and it rebuilt the bin and obj folders, but did not repopulate the dist folder. How would I get this to rerun a transformation of my Typescript files so that it repopulates the dist folder?

*Originally created by @ajdisalvo72 on 12/6/2016* I ran the Aurelia version and it initially ran great on all browsers once I added support for fetch and Promise for internet explorer.. My problem came when I made a change to the code in one of the Typescript files to see how to get the project to refresh. I know that HMR is currently unsupported, but I am puzzled as to how to get a refresh to happen.. I shut down dotnet run and reran dotnet run and it said that it had already been compiled. So I removed the bin and the obj folders and reran it and it rebuilt the dlls, but did not republish the JavaScript and html files to the dist folder. I removed the dist folder and the bin and obj folders and it rebuilt the bin and obj folders, but did not repopulate the dist folder. How would I get this to rerun a transformation of my Typescript files so that it repopulates the dist folder?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#1205
No description provided.