|
3 | 3 | "version": "0.0.1", |
4 | 4 | "description": "Static archive of the old bugs.jquery.com trac site.", |
5 | 5 | "scripts": { |
6 | | - "build": "npx @11ty/eleventy", |
7 | | - "build-ghpages": "npx @11ty/eleventy --pathprefix=/eleventy-base-blog/", |
8 | | - "start": "npx @11ty/eleventy --serve --quiet", |
9 | | - "debug": "DEBUG=Eleventy* npx @11ty/eleventy", |
10 | | - "debugstart": "DEBUG=Eleventy* npx @11ty/eleventy --serve --quiet", |
11 | | - "benchmark": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy" |
| 6 | + "clean": "rm -rf _site/", |
| 7 | + "build": "npm run clean && npx @11ty/eleventy", |
| 8 | + "build-ghpages": "npm run clean && npx @11ty/eleventy --pathprefix=/bugs.jquery.com/", |
| 9 | + "start": "npm run clean && npx @11ty/eleventy --serve --quiet", |
| 10 | + "debug": "npm run clean && DEBUG=Eleventy* npx @11ty/eleventy", |
| 11 | + "debugstart": "npm run clean && DEBUG=Eleventy* npx @11ty/eleventy --serve --quiet", |
| 12 | + "benchmark": "npm run clean && DEBUG=Eleventy:Benchmark* npx @11ty/eleventy" |
12 | 13 | }, |
13 | 14 | "repository": { |
14 | 15 | "type": "git", |
|
34 | 35 | }, |
35 | 36 | "homepage": "https://github.com/jquery/bugs.jquery.com#readme", |
36 | 37 | "devDependencies": { |
37 | | - "@11ty/eleventy": "^2.0.1", |
| 38 | + "@11ty/eleventy": "github:11ty/eleventy", |
38 | 39 | "@11ty/eleventy-img": "^3.1.0", |
39 | 40 | "@11ty/eleventy-navigation": "^0.3.5", |
40 | 41 | "@11ty/eleventy-plugin-bundle": "^1.0.4", |
41 | 42 | "@11ty/eleventy-plugin-rss": "^1.2.0", |
42 | 43 | "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", |
| 44 | + "clean-css": "^5.3.2", |
43 | 45 | "luxon": "^3.3.0", |
44 | 46 | "markdown-it-anchor": "^8.6.7", |
45 | 47 | "prettier": "^2.8.8" |
|
0 commit comments