Sublime Forum

Cannot run build script

#1

Hi,

I’ve just installed on my sublime Text the package github.com/n00ge/sublime-text-haml-sass/.

It contains a sublime build script supposed to call sass.

But, actually, it does nothing (or nothing seems to happen, I don’t know).

I’ve tried to modify the build script, for running just a very simple .bat file, but it didn’t work neither.

Here is the code I used :

{ "cmd": "test.bat"], "working_dir": "$file_path", "selector": "source.sass" }

I spent two hours yesterday trying to make it works.

What am I doing wrong?

Thanks!

0 Likes