Monorepo for Tangled tangled.org

nix: dedup appview static files into a package, and use that everywhere, including copying before watching appview #431

merged opened by ptr.pet targeting master from [deleted fork]: copy-static-on-watch
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:dfl62fgb7wtjj3fcbb72naae/sh.tangled.repo.pull/3lvxtpwod3t22
+4 -1
Interdiff #0 #1
flake.nix

This file has not been changed.

nix/pkgs/appview-static-files.nix

This file has not been changed.

+4 -1
nix/pkgs/appview.nix
··· 11 11 inherit src modules; 12 12 13 13 postUnpack = '' 14 - cp -r ${appview-static-files} source/appview/pages/static 14 + pushd source 15 + mkdir -p appview/pages/static 16 + cp -frv ${appview-static-files}/* appview/pages/static 17 + popd 15 18 ''; 16 19 17 20 doCheck = false;

History

2 rounds 0 comments
sign up or login to add to the discussion
1 commit
expand
fb58f0c8
nix: dedup appview static files into a package, and use that everywhere, including copying before watching appview
expand 0 comments
pull request successfully merged
ptr.pet submitted #0
1 commit
expand
80b04cad
nix: dedup appview static files into a package, and use that everywhere, including copying before watching appview
expand 0 comments