UNPKG
yui-pathogen-encoder
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.1.3
0.1.2
0.1.1
0.1.0
0.0.2
0.0.1
0.0.0
Enables pathogen encoding in YUI Loader
ekashida/gallery
yui-pathogen-encoder
/
lib
/
index.js
6 lines
(5 loc)
•
142 B
JavaScript
View Raw
1
2
3
4
5
6
module
.
exports
= {
enable
:
function
(
app
) { app.
yui
.
addModuleToSeed
(
'gallery-pathogen-encoder'
,
'yui-pathogen-encoder'
); } };