0.0.3 • Published 10 years ago
gobem-proc-filter v0.0.3
gobem-proc-filter
This processor for gobem cuts off empty, non-existent and non-loaded files. It has no arguments, just use it.
Example for build.js
module.exports = function () {
return [
['select', 0],
['gobem-proc-filter'],
['write', 1]
]; // this array will be used as build instructions
};