atlantafx/styles/compile-scss-dev.sh
2022-07-23 20:02:13 +04:00

7 lines
199 B
Bash
Executable File

#!/usr/bin/env sh
# This scipt compiles SCSS directly to the sampler classpath for hot reload (CSSFX).
PATH="../node:$(../node/npm bin):$PATH"
NODE_ENV=dev grunt --verbose --gruntfile=Gruntfile.js