chore(bootstrap.php): separately minify php when files are requested
This commit is contained in:
parent
2b22d10b46
commit
320f5e53db
6 changed files with 259 additions and 14 deletions
12
package-lock.json
generated
12
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "10.4.6",
|
||||
"version": "10.5.6",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "coryd.dev",
|
||||
"version": "10.4.6",
|
||||
"version": "10.5.6",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"minisearch": "^7.1.2",
|
||||
|
@ -23,7 +23,7 @@
|
|||
"html-minifier-terser": "7.2.0",
|
||||
"husky": "9.1.7",
|
||||
"ics": "^3.8.1",
|
||||
"lint-staged": "16.1.1",
|
||||
"lint-staged": "16.1.2",
|
||||
"markdown-it": "^14.1.0",
|
||||
"markdown-it-anchor": "^9.2.0",
|
||||
"markdown-it-footnote": "^4.0.0",
|
||||
|
@ -2549,9 +2549,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/lint-staged": {
|
||||
"version": "16.1.1",
|
||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.1.1.tgz",
|
||||
"integrity": "sha512-kVZvRAHw9WuufENnwuZLiB1X/8B8YpGszzjMET0bP+uJSjjB7KXeaX2ckYRtQyHfeQdCWMc6tRK34t4geHL9sg==",
|
||||
"version": "16.1.2",
|
||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-16.1.2.tgz",
|
||||
"integrity": "sha512-sQKw2Si2g9KUZNY3XNvRuDq4UJqpHwF0/FQzZR2M7I5MvtpWvibikCjUVJzZdGE0ByurEl3KQNvsGetd1ty1/Q==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue