add find glyf

This commit is contained in:
kekee000
2015-01-28 23:53:31 +08:00
parent 1da142e333
commit 08b999a0d5
10 changed files with 159 additions and 47 deletions

View File

@@ -61,7 +61,9 @@ exports.exclude = [
"output",
".DS_Store",
".gitignore",
"package.json"
"package.json",
"node",
"node_modules"
];
exports.injectProcessor = function ( processors ) {