Skip to content

Commit

Permalink
Mod path of built CSS file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jadb committed Apr 26, 2012
1 parent 9cf24c1 commit 08736e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LESS.sublime-build
@@ -1,5 +1,5 @@
{ {
"cmd": ["lessc", "$file", "${file_path}/${file_base_name}.css", "--verbose"], "cmd": ["lessc", "$file", "${file_path}/../${file_base_name}.css", "--verbose"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)", "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.css.less", "selector": "source.css.less",


Expand Down

0 comments on commit 08736e6

Please sign in to comment.