Monorepo for Tangled tangled.org
772
fork

Configure Feed

Select the types of activity you want to include in your feed.

flake: migrate tailwindcss to bun-managed npm package #10

open opened by eti.tf targeting master from eti.tf/core-2: eti/tailwind-nix-migration

Standalone CLI embeds frozen caniuse-lite, triggers Browserslist warning. npm package via bun keeps it fresh through normal dep cycle.

Signed-off-by: eti eti@eti.tf

Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:xu5apv6kmu5jp7g5hwdnej42/sh.tangled.repo.pull/3mkea5ip5ec22
+3 -3
Diff #3
+1 -1
.air/appview.toml
··· 6 6 bin = "out/appview.out" 7 7 8 8 include_ext = ["go"] 9 - exclude_dir = ["avatar", "camo", "sites", "indexes", "nix", "tmp"] 9 + exclude_dir = ["avatar", "camo", "sites", "indexes", "nix", "tmp", "node_modules"] 10 10 stop_on_error = true
+1 -2
.gitignore
··· 7 7 result 8 8 !.gitkeep 9 9 out/ 10 - ./camo/node_modules/* 11 - ./avatar/node_modules/* 10 + node_modules/ 12 11 patches 13 12 *.qcow2 14 13 .DS_Store
+1
flake.nix
··· 237 237 tailwind-watcher = 238 238 pkgs.writeShellScriptBin "run" 239 239 '' 240 + export BROWSERSLIST_IGNORE_OLD_DATA=true 240 241 ${pkgs.tailwindcss}/bin/tailwindcss --watch=always -i input.css -o ./appview/pages/static/tw.css 241 242 ''; 242 243 in {

History

4 rounds 0 comments
sign up or login to add to the discussion
1 commit
expand
flake: suppress caniuse-lite warning from tailwindcss
merge conflicts detected
expand
  • .air/appview.toml:6
  • .gitignore:7
  • flake.nix:237
expand 0 comments
1 commit
expand
flake: migrate tailwindcss to bun-managed npm package
expand 0 comments
1 commit
expand
flake: migrate tailwindcss to bun-managed npm package
expand 0 comments
eti.tf submitted #0
1 commit
expand
flake: migrate tailwindcss to bun-managed npm package
expand 0 comments