yui-pathogen-encoder
Version:
Enables pathogen encoding in YUI Loader
22 lines (16 loc) • 558 B
JavaScript
/*
* Copyright 2013 Yahoo! Inc. All rights reserved.
* Copyrights licensed under the BSD License.
* See the accompanying LICENSE.txt file for terms.
*/
/*jslint nomen:true, white:true, regexp:true, node:true */
;
module.exports = {
// nameKey defaults to 1
// selectorKey has no default. selector is only used if selectorKey is given
'main': {
// This empty ruleset can be used by packages which have files that
// should be walked by plugins, but which don't otherwise contain
// resources.
}
};