jonnybarnes.uk/scripts/fix-sourcemap.sh

9 lines
183 B
Bash
Raw Normal View History

2025-04-10 16:53:23 +01:00
#!/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