-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#8 Write transforms : Absolute paths? #8
Comments
@mdda where is your entry script loaded? Absolute paths shouldn't change anything but if you're using a normal (not global) browserify transform, the transform will only be applied to files whose closest |
I get this same error, I'm on Windows (7 x64) and I came here looking for why it wasn't working. Copied the text file to local folder and indeed, I would have thought it was Windows paths having backslashes... the absolute path (doesn't work) looks like this:
But even if I replace This path can be read just fine from the command-line, but when running the script I get a Anyway, this seems to be a bug in browserify itself... I should go and complain about this to them. |
@CamiloMM did you manage to fix the issue? I'm experiencing same problem with browserify and windows |
@garygreen Funny thing, I forgot about this issue but am currently using browserify on Windows so this all may have been a bug with browserify-adventure. |
@CamiloMM From what I dimly remember, this wasn't really a |
you need to use the |
I successfully got the #8 solution going, both with the 'direct' through way, and the 'combining' way. However, there seems to be a problem if the 'main.js' file has an absolute include vs a relative include :
The verification stage works fine, though I see from your solution source that there's a relative file require there too. Am I crazy, or does something different happen in the case of absolute paths?
The text was updated successfully, but these errors were encountered: