netlify / angular-runtime

The Angular Runtime allows Angular to run on Netlify with zero configuration
https://docs.netlify.com/integrations/frameworks/angular/
MIT License
18 stars 7 forks source link

fix: adapt publish directory based on builder #94

Closed Skn0tt closed 5 months ago

Skn0tt commented 7 months ago

In the Angular world, a builder is something like a bundling strategy, and they decide where to output static assets. Newly created Angular applications use the application builder, which emits static assets into dist/<project-name>/browser. Old applications that updated to NG17 can still use other builders, like the browser builder. Surprise: They output into dist/<project-name>! This PR adds two tests for application builder and browser builder, and adapts the publish directory we're expecting based on that.

netlify[bot] commented 7 months ago

Deploy Preview for plugin-angular-universal-demo ready!

Name Link
Latest commit f35d72dd027c4c4f4d22971493bc9407240a1267
Latest deploy log https://app.netlify.com/sites/plugin-angular-universal-demo/deploys/65bcc7b7fd4f640008b67f63
Deploy Preview https://deploy-preview-94--plugin-angular-universal-demo.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Skn0tt commented 7 months ago

done!