HL7 / fhirpath.js

Javascript implementation of FHIRPath

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace linux commands in build process

plynchnlm opened this issue · comments

Per issue #23, revise the build process to eliminate Linux commands, so that Windows users can also build (as evidently some attempt to do). Possibly use copy-webpack-plugin and clean-webpack-plugin, and/or rimraf.

Fixed by #27