You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, I think this might be the cause of a regression I'm seeing after upgrading from 0.4.0 to 0.4.1 — now my assets compile fine the first time, but the next edit results in a [Errno 2] No such file or directory message.
I have browserify installed locally, not globally, and so I was using PIPELINE['BROWSERIFY_BINARY'] to override it as documented. I'd agree that the is_outdated is looking for the wrong setting — certainly a backwards-incompatible expectation anyway.
Thanks @MrCsabaToth for figuring this one out and providing the workaround!
@j0hnsmith Can you weigh in here? It'd be great if PIPELINE['BROWSERIFY_BINARY'] were used in both places. Would you like a pull request or is it just as simple to fix it in a new release yourself?
See https://github.com/j0hnsmith/django-pipeline-browserify/blob/master/pipeline_browserify/compiler.py#L19 vs. https://github.com/j0hnsmith/django-pipeline-browserify/blob/master/pipeline_browserify/compiler.py#L55
To overcome that, I need to set things twice:
Should I make a pull request? I like pipeline_settings better.
The text was updated successfully, but these errors were encountered: