Skip to content

Commit

Permalink
Cleanup settings=.. build option usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Oct 1, 2012
1 parent aa984e0 commit 053161c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -131,7 +131,7 @@ lodash template="./*.jst"

* Use the `settings` argument to pass the template settings used when precompiling templates
```bash
lodash settings="{interpolate:/\\{\\{(.+?)\\}\\}/g}"
lodash settings="{interpolate:/\\{\\{([\\s\\S]+?)\\}\\}/g}"
```

All arguments, except `legacy` with `csp` or `mobile`, may be combined.<br>
Expand Down
2 changes: 1 addition & 1 deletion build.js
Expand Up @@ -369,7 +369,7 @@
' lodash template=... File path pattern used to match template files to precompile',
' (e.g. `lodash template=./*.jst`)',
' lodash settings=... Template settings used when precompiling templates',
' (e.g. `lodash settings="{interpolate:/\\{\\{(.+?)\\}\\}/g}"`)',
' (e.g. `lodash settings="{interpolate:/\\\\{\\\\{([\\\\s\\\\S]+?)\\\\}\\\\}/g}"`)',
'',
' All arguments, except `legacy` with `csp` or `mobile`, may be combined.',
' Unless specified by `-o` or `--output`, all files created are saved to the current working directory.',
Expand Down

0 comments on commit 053161c

Please sign in to comment.