rwxrob-dot/scripts/preview
Rob Muhlestein 2ea0289e9f Rebase
2022-02-09 02:29:05 -05:00

14 lines
182 B
Bash
Executable File

#!/bin/sh
if ! type browser-sync >/dev/null 2>&1; then
echo 'Need to install browser-sync.'
exit 1
fi
browser-sync start \
--no-notify --no-ui \
--ignore '**/.*' \
-sw