Age | Commit message (Collapse) | Author |
|
|
|
|
|
Previously if you cloned the repo and ran `just format`, npx would
fetch the latest version of prettier temporarily. Now we run
`npm install` first via get_dependencies.
|
|
- add a "clean" target
- install dependencies as part of the build process
- swap out make for the simpler just (https://github.com/casey/just)
- add http-server as a dev dependency
|
|
|
|
|
|
|
|
Whether it is "better" is sort of a
philosophical question, but this will do.
|
|
|
|
Passing the ?image query param will use that as the background-image
for the throwable div. I also had to add a `true` to the applyImpulse
call to stop the ball from going unresponsive (this is because it can
go to "sleep", the extra parameter ensures it's woken up.)
|
|
|