grunt-includes
Advanced tools
Comparing version 0.5.1 to 0.5.2
{ | ||
"name": "grunt-includes", | ||
"description": "Include other files within a file.", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"author": "vanetix <matmcfarland@gmail.com>", | ||
@@ -6,0 +6,0 @@ "main": "Gruntfile.js", |
@@ -50,6 +50,6 @@ # grunt-includes [![Build Status](https://travis-ci.org/vanetix/grunt-includes.png?branch=master)](https://travis-ci.org/vanetix/grunt-includes) | ||
#### includePath | ||
Type: `String` | ||
Type: `String` | `Array` | ||
Default: `` | ||
Indicates the path to use when looking for included files. Instead of using relative path in the include statements, use includePath as base directory. | ||
Indicates the path(s) to use when looking for included files. Instead of using relative path in the include statements, use includePath as base directory. When using an array for includePath, the first path for a file that is valid will be used. | ||
@@ -56,0 +56,0 @@ #### filenamePrefix |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17711
5
292