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

Asset.js and DatePicker.js not committed #5

Open
sdavids opened this issue Jan 17, 2022 · 0 comments
Open

Asset.js and DatePicker.js not committed #5

sdavids opened this issue Jan 17, 2022 · 0 comments

Comments

@sdavids
Copy link

sdavids commented Jan 17, 2022

A clean checkout will not work due to the following missing files:

events/src/lib/@ui5/webcomponents/dist/Assets.js
events/src/lib/@ui5/webcomponents/dist/DatePicker.js
$ cd events
$ browser-sync src -f src -b "google chrome" --no-notify
$ curl  -s -o /dev/null -w "%{http_code}" 'http://localhost:3000/lib/@ui5/webcomponents/dist/DatePicker.js'
404
$ curl  -s -o /dev/null -w "%{http_code}" 'http://localhost:3000/lib/@ui5/webcomponents/dist/Assets.js'
404

Workaround

$ cd dependencies
$ npm i
$ npx snowpack --include src/app.js
$ cp -r web_modules/@ui5 ../events/src/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant