Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is the dist folder containing code on your CDN? #29196

Closed
3 tasks done
GarryLowther opened this issue Mar 21, 2024 · 2 comments
Closed
3 tasks done

Where is the dist folder containing code on your CDN? #29196

GarryLowther opened this issue Mar 21, 2024 · 2 comments
Labels

Comments

@GarryLowther
Copy link

Prerequisites

Ionic Framework Version

v7.x

Current Behavior

These CDN links work, but this GitHub repo contains no DIST folder

<script type="module" src="https://cdn.jsdelivr.net/npm/@ionic/core/dist/ionic/ionic.esm.js"></script> <script nomodule="" src="https://cdn.jsdelivr.net/npm/@ionic/core/dist/ionic/ionic.js"></script>

Expected Behavior

Expected to find a DIST folder in GitHub repo

Steps to Reproduce

Read above

Code Reproduction URL

https://github.com/ionic-team/ionic-framework

Ionic Info

Ionic:

Ionic CLI : 7.2.0

Utility:

cordova-res : not installed globally
native-run : not installed globally

System:

NodeJS : v16.13.1
npm : 8.3.0
OS : Windows 10

Additional Information

See above

@liamdebeasi
Copy link
Contributor

liamdebeasi commented Mar 21, 2024

The dist directory is not committed to the repository since it is a build artifact. Instead, it is created when building Ionic. If you want to generate this directory locally you should clone the repository and then run npm install && npm run build in the core directory.

Going to close since this is not a bug in Ionic, but let me know if you have questions.

@liamdebeasi liamdebeasi closed this as not planned Won't fix, can't repro, duplicate, stale Mar 21, 2024
@liamdebeasi liamdebeasi removed their assignment Mar 21, 2024
Copy link

ionitron-bot bot commented Apr 20, 2024

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Apr 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants