feature req: include path mapping
Status: Beta
Brought to you by:
matthiasmiller
I have html files that have javascript in them as well as including other javascript files with the <script src='/_layouts/somepath/file.js'> tag.
I get errors because you tool cannot resolve the path 'c:/_layouts/somepath/file.js' which is obviously wrong. The path I specified is relative with respect to the web root, not the drive root.
I'd like to be able to alias the path either in the config file or through a /*jsl:.....*/ control comment. That is, I'd like to say "when you see path A, replace it with path B".