Skip to content

Commit

Permalink
instructions for configuring dumpLineNumbers option
Browse files Browse the repository at this point in the history
  • Loading branch information
es128 committed Mar 25, 2013
1 parent 5d2d523 commit d9cd966
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,13 @@ Pick a plugin version that corresponds to your minor (y) brunch version.

If you want to use git version of plugin, add
`"less-brunch": "git+ssh://[email protected]:brunch/less-brunch.git"`.

### Options
Print source-file references in output via brunch config (supported options: ['comments', 'mediaquery', 'all']):
```
config:
plugins:
less:
dumpLineNumbers: 'comments'
```

0 comments on commit d9cd966

Please sign in to comment.