Skip to content

Instantly share code, notes, and snippets.

@yono
Created August 31, 2010 03:52
Show Gist options
  • Save yono/558516 to your computer and use it in GitHub Desktop.
Save yono/558516 to your computer and use it in GitHub Desktop.
" .less ファイル保存時に lessc で css へ変換
autocmd BufWritePost *.less :silent !lessc % > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment