mi/sina/scripts/build-dev.sh

7 lines
220 B
Bash
Executable File

#!/usr/bin/env nix-shell
#! nix-shell -i bash -p elmPackages.elm
echo "--------------- rebuilding ------------------"
elm make ./src/Main.elm --output elm.js --debug
echo "------------------ done ---------------------"