Skip to content

Instantly share code, notes, and snippets.

@revolunet
Created April 2, 2012 10:16
Show Gist options
  • Select an option

  • Save revolunet/2282382 to your computer and use it in GitHub Desktop.

Select an option

Save revolunet/2282382 to your computer and use it in GitHub Desktop.
LESS build script for sublimetext2 on OSX
#
# a mettre dans
# /Users/juju/Library/Application Support/Sublime Text 2/Packages
#
{
"cmd": ["lessc", "$file", "${file_path}/${file_base_name}.css", "--verbose", "-x"],
"working_dir": "$file_path",
"selector": "source.css.less"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment