7 lines
88 B
Bash
7 lines
88 B
Bash
#!/usr/bin/env bash
|
|
BASEDIR=$(cd $(dirname $0) && pwd)/
|
|
|
|
cd $BASEDIR/
|
|
|
|
grunt watch:sass
|