grunt-includes
Advanced tools
Comparing version 0.4.2 to 0.4.3
{ | ||
"name": "grunt-includes", | ||
"description": "Include other files within a file.", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"author": "vanetix <matmcfarland@gmail.com>", | ||
@@ -6,0 +6,0 @@ "main": "Gruntfile.js", |
@@ -102,3 +102,3 @@ # grunt-includes [![Build Status](https://travis-ci.org/vanetix/grunt-includes.png?branch=master)](https://travis-ci.org/vanetix/grunt-includes) | ||
flatten: true, | ||
cwd: '.' | ||
cwd: '.', | ||
options: { | ||
@@ -105,0 +105,0 @@ silent: true, |
@@ -65,3 +65,3 @@ /** | ||
} else { | ||
grunt.fail.error('Source file "' + p + '" not found.'); | ||
grunt.fail.fatal('Source "' + p + '" is not a file'); | ||
return false; | ||
@@ -72,3 +72,3 @@ } | ||
if(src.length > 1 && isFilename(f.dest)) { | ||
grunt.fail.error('Source file cannot be more than one when dest is a file.'); | ||
grunt.fail.fatal('Source file cannot be more than one when dest is a file.'); | ||
} | ||
@@ -75,0 +75,0 @@ |
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
12566