Skip to content

Instantly share code, notes, and snippets.

@myndzi
Last active January 2, 2016 23:59
Show Gist options
  • Save myndzi/8380276 to your computer and use it in GitHub Desktop.
Save myndzi/8380276 to your computer and use it in GitHub Desktop.
'use strict';
var fez = require('fez');
module.exports.default = function (rule, done) {
setImmediate(function () {
rule.each('src/*.js', fez.mapFile('dst/*.js'), function () {});
done();
});
};
fez.async(module);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment