File: build

package info (click to toggle)
ipywidgets 6.0.0-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,140 kB
  • sloc: python: 2,768; javascript: 1,252; sh: 76; makefile: 53
file content (10 lines) | stat: -rw-r--r-- 460 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
tsc --project src

# this is a workaround for https://github.com/microsoft/TypeScript/issues/41347
sed -i '/get tagName/i // @ts-ignore'  lib/*.d.ts
tsc --project src-embed

#postcss --use postcss-import --use postcss-cssnext -o css/widgets.built.css css/widgets.css
cat css/widgets.css | sed '/@import.*lab/ r css/labvariables.css' | sed '/@import.*wid/ r css/widgets-base.css' | sed '/@import.*mat/ r css/materialdesign.css' > css/widgets.built.css

webpack