Advertisement
Guest User

Untitled

a guest
May 5th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. {
  2. "cmd": [
  3. "sass", "--update", "--watch", "$file:${file_path}/${file_base_name}.css", "--sourcemap=none", "--stop-on-error", "--no-cache", "--style", "expanded",
  4. "&",
  5. "sass", "--update", "$file:${file_path}/${file_base_name}.min.css", "--stop-on-error", "--no-cache", "--style", "compressed"
  6. ],
  7.  
  8. "selector": "source.sass, source.scss",
  9. "line_regex": "Line ([0-9]+):",
  10.  
  11. "osx":{"path": "/usr/local/bin:$PATH"},
  12. "windows":{"shell": "true"}
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement