I ran into a very unique case in an Ember app's JS filename is referenced in the app code, but is not intended to be an asset path. I'd like to be able to skip this particular references when this plugin is running, but don't see how I can do that.
Maybe a comment line before the thing I want to skip would work?