`SprocketsChain` is a small node.js utility that parses Sprockets require directives and returns the dependency chain for a JavaScript bundle, which is a list of the file paths that make the bundle, ordered so that each file is preceded by all its dependencies. -- Read More
INSTALL » npm install sprockets-chain
CODE » git clone https://github.com/lucaong/sprockets-chain.git
Categories:
Engines:
- node >=0.6