Comparing version 0.2.3 to 0.2.4
@@ -21,3 +21,6 @@ var Q = require('q'), | ||
process: function(path, out) { | ||
var res = this.createFile(path, 'include').process(); | ||
// NOTE: Passing path of source file into process(). This could lead to | ||
// incorrect paths in the resulting file if it will be stored in another | ||
// directory then source file. | ||
var res = this.createFile(path, 'include').process(path); | ||
return U.writeFile(out, this.opts.minimize? this.minimize(res) : res); | ||
@@ -24,0 +27,0 @@ }, |
{ | ||
"name": "borschik", | ||
"description": "Extendable builder for text-based file formats", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"homepage": "http://github.com/veged/borschik", | ||
@@ -6,0 +6,0 @@ "author": "Sergey Berezhnoy <veged@ya.ru> (http://github.com/veged)", |
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
54202
58
1161