Skip to content

Commit

Permalink
mention right version of glob #968
Browse files Browse the repository at this point in the history
  • Loading branch information
increpare committed Apr 26, 2024
1 parent ab44690 commit 4a025e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The structure of PuzzleScript is the following:
`./compile.js` uses [node](https://nodejs.org). So first off you have to install that. Then you need to install the packages that it uses:

```
npm i web-resource-inliner ncp rimraf compress-images gifsicle@5.3.0 glob concat ycssmin terser html-minifier-terser gzipper
npm i rimraf compress-images web-resource-inliner ncp gifsicle@5.3.0 concat ycssmin terser gzipper html-minifier-terser glob@8
```

Then you should be able to compile the site (outputted to the `./bin/` directory) with
Expand Down
2 changes: 1 addition & 1 deletion compile.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ creates a highly compressed release build in bin of the contents of src
packages used:
npm i rimraf compress-images web-resource-inliner ncp gifsicle@5.3.0 concat ycssmin terser gzipper html-minifier-terser glob
npm i rimraf compress-images web-resource-inliner ncp gifsicle@5.3.0 concat ycssmin terser gzipper html-minifier-terser glob@8
*/

const fs = require("fs");
Expand Down

0 comments on commit 4a025e4

Please sign in to comment.