Closed audiodude closed 6 years ago
$ npm run build > fractive@1.3.1 build <redacted>/fractive > node build/Build.js Generating type declarations... Building engine... Building documentation... Building examples... basic (1/6) callbacks (2/6) link-tags (3/6) macros (4/6) refresh (5/6) section-tags (6/6) Build finished in 7.46 seconds $ ls node_modules/.bin/ commonmark esvalidate js-beautify nopt tsserver css-beautify he js-yaml prettier uglifyjs editorconfig html-beautify json2ts semver esparse html-minifier mkdirp tsc
There is a fractive binary at ./node_modeules/.bin/fractive, as stated in the README
./node_modeules/.bin/fractive
No binary exists. I noticed that the Build.js script is using node lib/CLI.js compile to compile the documentation examples.
node lib/CLI.js compile
CL e15c6a3 updates the readme with accurate information. (Granted, this build process could still be easier than it is...)
Steps to reproduce
Expected behavior
There is a fractive binary at
./node_modeules/.bin/fractive
, as stated in the READMEActual behavior
No binary exists. I noticed that the Build.js script is using
node lib/CLI.js compile
to compile the documentation examples.