0.1.1 • Published 7 years ago

relateify v0.1.1

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

Relateify

NPM version Build status Coverage Status Dependencies devDependencies

A passthrough browserify transform that does not alter your code in any way. It simply emits file events for @related-file annotations in comments so that tools like watchify can observe them.

This plugin is specifically designed to allow annotating one JavaScript file with a path to some other file on which it depends, but does not use require. It's used by tools like the Babel transform-postcss.

License

This project is distributed under the MIT license.