/relateify

Primary LanguageJavaScriptMIT LicenseMIT

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.