Skip to content

Asset.js and DatePicker.js not committed  #5

@sdavids

Description

@sdavids

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions