Cleanup settings=.. build option usage.

Former-commit-id: 33506d9cfc2101cba8d160169c5d27861f8c7064
This commit is contained in:
John-David Dalton
2012-09-30 22:52:34 -07:00
parent ac7f045708
commit d6d065cd61
2 changed files with 2 additions and 2 deletions

View File

@@ -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>