-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels