webcomponents-with-redux.training icon indicating copy to clipboard operation
webcomponents-with-redux.training copied to clipboard

Asset.js and DatePicker.js not committed

Open sdavids opened this issue 3 years ago • 0 comments

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

sdavids avatar Jan 17 '22 03:01 sdavids