Comparing version 1.0.5 to 1.0.6
@@ -28,2 +28,11 @@ 'use strict'; | ||
if(file.swc){ | ||
for(var i in file.swc) path.relative(file.swc[i],file.path); | ||
if(!params['library-path']){ | ||
params['library-path']=file.swc; | ||
} else { | ||
params['library-path']=params['library-path'].concat(file.swc); | ||
} | ||
} | ||
args.push(function(err, stdout, stderr){ // callback | ||
@@ -30,0 +39,0 @@ if(err) { |
{ | ||
"name": "gulp-flash", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "GulpJS plugin for build actionscript into .swf ", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
4449
40