Comparing version 3.0.0-beta-6 to 3.0.0-beta-7
@@ -260,3 +260,3 @@ 'use strict'; | ||
workflows.js[0].push('modular:output:wrap'); | ||
workflows.js.push(['modular:output:inline']); | ||
workflows.js.push(['output:inline']); | ||
workflows.js.push(['modular:output:concat']); | ||
@@ -263,0 +263,0 @@ if (runtimeOptions.compress) workflows.js[2].push('modular:output:compress'); |
@@ -71,3 +71,3 @@ 'use strict'; | ||
if (hasMultipleVersions(id)) { | ||
var name = path.basename(id).split(idResource.VERSION_DELIMITER)[0]; | ||
var name = id.split('#')[0]; | ||
@@ -74,0 +74,0 @@ warn('more than one version of ' |
@@ -324,3 +324,4 @@ 'use strict'; | ||
files = files.filter(function (file) { | ||
return file.getIsWriteable(); | ||
// Don't filter if non-modular batch job | ||
return (!self.modular && self.batch) || file.getIsWriteable(); | ||
}); | ||
@@ -327,0 +328,0 @@ |
{ | ||
"name": "buddy", | ||
"description": "A fast, simple build tool for js/css/html projects.", | ||
"version": "3.0.0-beta-6", | ||
"version": "3.0.0-beta-7", | ||
"author": "popeindustries <alex@pope-industries.com>", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
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
134665
2405