her.esy.fun/engine/compresscss.sh

9 lines
205 B
Bash
Raw Normal View History

2019-10-20 19:56:27 +00:00
#!/usr/bin/env nix-shell
2020-02-10 08:42:17 +00:00
#!nix-shell -i bash
2019-10-20 19:56:27 +00:00
#!nix-shell -I nixpkgs="https://github.com/NixOS/nixpkgs/archive/19.09.tar.gz"
#!nix-shell -p minify
2019-11-18 08:46:15 +00:00
# nix-shell -p nodePackages.clean-css
2020-02-10 08:42:17 +00:00
minify "$1" > "$2"