dojo / dojo/cli-build-app

Missed semicolon error

Open
#293 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
9
Forks
28
PR merge metrics
No merged PRs in 30d

Description

**Bug**

I upgraded my dojo 2 app to dojo 5. After upgrading, I am unable to build because of an error in a CSS file. That CSS file did not change, and did not cause an error in dojo 2.

Package Version: 5.0.5

**Code**

https://github.com/schontz/lvplayer/
- `master` branch is a working dojo 2 version.
- `dojo 5` branch is after running the upgrade tool.

**Expected behavior:**

Running `dojo build` builds the app.

**Actual behavior:**

```
> dojo build
/dev/dojo/lvplayer/src/material/styles/material-components-web.m.css:167:4: Missed semicolon
```

https://github.com/schontz/lvplayer/blob/dojo5/src/material/styles/material-components-web.m.css#L167

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.