fingerprint deployed stylesheet assets
This commit is contained in:
parent
d9e2acd808
commit
34f3bd5c44
2 changed files with 11 additions and 2 deletions
|
|
@ -25,8 +25,7 @@ let
|
|||
};
|
||||
evaluatedConfig = evaluatedSystem.config;
|
||||
landingPage = self.packages.${system}.landing-page;
|
||||
stylesheetHash =
|
||||
builtins.substring 0 12 (builtins.hashFile "sha256" ../../site/styles.css);
|
||||
stylesheetHash = builtins.substring 0 12 (builtins.hashFile "sha256" ../../site/styles.css);
|
||||
stylesheetFileName = "styles-${stylesheetHash}.css";
|
||||
landingVirtualHost = evaluatedConfig.services.nginx.virtualHosts."torahimderecheretz.com";
|
||||
discourseConfig = evaluatedConfig.services.discourse;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue