7 lines
199 B
Bash
Executable File
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
|