joeybaker / remapify

Alias directories for browserify
Other
117 stars 23 forks source link

Relative paths #14

Closed zeevl closed 10 years ago

zeevl commented 10 years ago

Hey there,

Thanks for the handy module. requires were being replaced with absolute paths, which is considered by many to be a security risk, especially in sources that are downloaded to the client browser.

This PR instead rewrites the require paths as relative to the process.

thanks, zeevl

joeybaker commented 10 years ago

Great! Thanks @zeevl.