Closed BawdyInkSlinger closed 1 year ago
I'm proposing this change based off of my experience of following these steps.
$ node build.js Starting builds... Building Twine 1.x version: -> assembling libraries... -> compiling JavaScript... Browserslist: caniuse-lite is outdated. Please run: npx update-browserslist-db@latest Why you should do it regularly: https://github.com/browserslist/update-db#readme -> compiling CSS... -> building: "build\twine1\sugarcube-2\header.html" -> copying : "build\twine1\sugarcube-2\sugarcube-2.py" -> copying : "build\twine1\sugarcube-2\LICENSE" Building Twine 2.x version: -> assembling libraries... -> compiling JavaScript... -> compiling CSS... -> building: "build\twine2\sugarcube-2\format.js" -> copying : "build\twine2\sugarcube-2\icon.svg" -> copying : "build\twine2\sugarcube-2\LICENSE" Builds complete! (check the "build" directory)
Running the script ends with this output:
(check the "build" directory)
I feel like there might be a step to output into the dist dir, but it's not node build.js.
dist
node build.js
PRs should be to the develop branch only, never to master. The only thing committed to master are releases.
develop
master
I'm proposing this change based off of my experience of following these steps.
Running the script ends with this output:
I feel like there might be a step to output into the
dist
dir, but it's notnode build.js
.