0.0.1 • Published 10 years ago

normalize-walk v0.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
10 years ago

Normalize Walk

NPM version Build status Test coverage Dependency Status License Downloads Gittip

Walk through all the dependencies and return a tree of files. This uses normalize-transforms, deps-walk, and ecstacy to create a data structure suitable for normalize-build (i.e. CLI usage) as well as SPDY usage.

This was previously normalize-builder, which has since been split into this repository, with the CLI-only aspects being placed in normalize-build.

This:

  • Creates ecstacy instances to create builds based on user-agent.

Does not:

  • Create standalone builds or concatenate anything
  • Wrap each JS file in CommonJS wrappers like it's supposed to

Structure

lib/plugins

Plugins for deps-walk.

lib/ecstacy

Creates an ecstacy instance for each file.