Glen Whitney
6bcec494e2
Enabling type checking involves a full rearrangement of the build process, as well as supplying types for some of the packages. The X_ITE types are still a work in progress, but they are enough for this initial state of the project to compile and run. Resolves #14.
4 lines
130 B
Bash
4 lines
130 B
Bash
# Takes one parameter, the destination directory
|
|
mkdir -p $1
|
|
cp -rL node_modules/vrml1to97/{deps,vrml1to97,streamToString.js} $1
|