Skip to content

Instantly share code, notes, and snippets.

@drinks
Last active December 25, 2015 09:29
Show Gist options
  • Select an option

  • Save drinks/6953858 to your computer and use it in GitHub Desktop.

Select an option

Save drinks/6953858 to your computer and use it in GitHub Desktop.

Revisions

  1. drinks revised this gist Oct 12, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    {

    "cmd": ["sass", "--update", "$file:${file_path}/${file_base_name}.css", "--stop-on-error", "--no-cache"],
    "cmd": ["sass", "$file", "--stop-on-error", "--no-cache"],
    "selector": "source.sass, source.scss",
    "line_regex": "Line ([0-9]+):",

  2. drinks created this gist Oct 12, 2013.
    17 changes: 17 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    {

    "cmd": ["sass", "--update", "$file:${file_path}/${file_base_name}.css", "--stop-on-error", "--no-cache"],
    "selector": "source.sass, source.scss",
    "line_regex": "Line ([0-9]+):",

    "osx":
    {
    "path": "/usr/local/bin:$PATH"
    },

    "windows":
    {
    "shell": "true"
    }

    }