This is a script that you can add to your application to generating yui meta data and compiling yui modules using express-yui
and locator
. As a result, a build
folder will be generated with everything that was compiled.
Locator walks the folder structure for your app, and finds any yui module, including build.json or just traditional *.js files with the corresponding YUI.add()
statement. Generating the result of the operation as well as the metadata associated to each module.
Under the hood, it uses shifter
to generate almost everything that is needed.