File: build

package info (click to toggle)
jupyter-notebook 6.4.13-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,860 kB
  • sloc: javascript: 20,765; python: 15,658; makefile: 255; sh: 160
file content (5 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (2)
1
2
3
4
5
mkdir dist lib
# this is meant to be be browserified, but we're going to pass it
# to webpack later, so hopefully it can manage instead...
cp src/index.js dist/polyfill.js
cp src/index.js lib/index.js