UNPKG

yui-pathogen-encoder

Version:

Enables pathogen encoding in YUI Loader

12 lines (10 loc) 232 B
/* Copyright 2013 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */ module.exports = { enable: function (app) { app.yui.addModuleToSeed('yui-pathogen-encoder'); } };