asset generation

pull/116/head
Hunter Long 2018-12-19 21:19:11 -08:00
parent 7679b8da4b
commit fb4cf78d8c
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ func CompileSASS(folder string) error {
if err != nil {
utils.Log(3, fmt.Sprintf("Failed to compile assets with SASS %v", err))
utils.Log(3, fmt.Sprintf("bash -c %v %v %v", sassBin, scssFile, baseFile))
utils.Log(3, fmt.Sprintf("sh -c %v", command))
return err
}