jonnybarnes.uk/scripts/fix-sourcemap.sh
2025-04-10 16:53:23 +01:00

8 lines
183 B
Bash
Executable file

#!/usr/bin/env zsh
if ! (( $+commands[sd] )) &> /dev/null; then
echo "sd not installed"
exit 1
fi
sd 'sourceMappingURL=public' 'sourceMappingURL=' public/assets/css/app.css