|
|
@ -112,12 +112,10 @@ module.exports = function(Meta) {
|
|
|
|
winston.verbose('[meta/js] ' + target + ' minification complete');
|
|
|
|
winston.verbose('[meta/js] ' + target + ' minification complete');
|
|
|
|
minifier.kill();
|
|
|
|
minifier.kill();
|
|
|
|
|
|
|
|
|
|
|
|
if (process.send) {
|
|
|
|
if (process.send && Meta.js.target.length > 1) {
|
|
|
|
process.send({
|
|
|
|
process.send({
|
|
|
|
action: 'js-propagate',
|
|
|
|
action: 'js-propagate',
|
|
|
|
cache: Meta.js.target[target].cache,
|
|
|
|
data: Meta.js.target
|
|
|
|
map: Meta.js.target[target].map,
|
|
|
|
|
|
|
|
target: target
|
|
|
|
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|