Use NPM tailwind

This commit is contained in:
Aleks Rutins 2025-06-09 22:05:06 -04:00
parent 3a25e0b4b0
commit 1fdc8ee48b
No known key found for this signature in database
3 changed files with 6 additions and 5 deletions

View file

@ -1,4 +1,4 @@
shell: |
npm ci
podman run -it -v .:/site:z quay.io/aspr/phlexite:latest
podman run -it -v .:/site:z -e 'TAILWINDCSS_INSTALL_DIR=/site/node_modules/.bin' quay.io/aspr/phlexite:latest
cp -r _build/* /srv/farthergate.com/

6
package-lock.json generated
View file

@ -5,7 +5,8 @@
"packages": {
"": {
"devDependencies": {
"@tailwindcss/typography": "^0.5.16"
"@tailwindcss/typography": "^0.5.16",
"tailwindcss": "^4.1.8"
}
},
"node_modules/@tailwindcss/typography": {
@ -77,8 +78,7 @@
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.8.tgz",
"integrity": "sha512-kjeW8gjdxasbmFKpVGrGd5T4i40mV5J2Rasw48QARfYeQ8YS9x02ON9SFWax3Qf616rt4Cp3nVNIj6Hd1mP3og==",
"dev": true,
"license": "MIT",
"peer": true
"license": "MIT"
},
"node_modules/util-deprecate": {
"version": "1.0.2",

View file

@ -1,5 +1,6 @@
{
"devDependencies": {
"@tailwindcss/typography": "^0.5.16"
"@tailwindcss/typography": "^0.5.16",
"tailwindcss": "^4.1.8"
}
}