Compile SASS on iPad?
Is there an app to compile SASS (maybe even a compass) on iPad? I don't want to do some server-side stuff. I can do it, but I want to do it even if I am not connected.
+3
dantz
source
to share
1 answer
I am assuming you want to code your ipad.
There is currently no way to do this locally on iOS; The closest thing to doing this would be to use the sass Javascript port ( https://github.com/visionmedia/sass.js ) to make a standalone HTML5 app to compile copies.
My advice is to start compass view on the server you are developing using SSH
0
3amsleep
source
to share