atlantafx/styles/compile-scss-dev.sh

7 lines
199 B
Bash
Raw Normal View History

2022-07-21 04:58:01 -04:00
#!/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