/ Published in: AppleScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
set dash_ to (ASCII character 45) set d to text item delimiters set text item delimiters to "/" set f to (POSIX path of (path to me))'s text 1 thru text item -3 & "/" set text item delimiters to d do shell script ("cd /" & quoted form of f & "; sass " & dash_ & dash_ & "watch style.scss:style.css")
URL: http://macscripter.net/viewtopic.php?id=16755