0.0.2 • Published 10 years ago
progressive-vulcans v0.0.2
progressive-vulcans
Builds multi page app with incremental shared dependencies.
definition
An YAML file containing the incremental target files and the lazy elements that needs to be vulcanized into them. Check the sample folder for an e.g.
Usage
pvn <options>
-h,--helpPrint usage.-b,--bowerdir stringBower components directory. Defaults to 'bower_components'-r,--root stringRoot directory against which URLs in inputs are resolved. If not specified, then the current working directory is used.-d,--destdir stringDestination for vulcanized application. Defaults to 'dist/'.-f,--definition stringYAML file containing the inputs for vulcanization process. Defaults to 'pvn.yaml'.-e,--elementsdir stringDirectory relative to root where elements to be vulcanized are stored. Defaults to 'app/elements/'.-w,--workdir stringTemporary directory for holding in-process files. DANGER: this directory will be deleted upon tool success. Defaults to 'tmp/'
###Build tools