-
Notifications
You must be signed in to change notification settings - Fork 51
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
Fastboot Issues due to jQuery dependency #39
Comments
The |
One thought I had was that the environment already creates an app version. Is there a reason we couldn't use that as a release version?
That would also give us access to it for raven-node which is what will end up needing to be used for fastboot either way.
…Sent from my iPhone
On Jul 18, 2017, at 1:28 PM, Pepijn Schoen ***@***.***> wrote:
The release attribute is calculated so late and injected in index.html because we can't write it to environment.js before (since environment.js gets compiled and included in the hashing operation).
Alternatively you could write a version.json file or so in Fastboot mode, after the build hook, and write the version data in there. Would that help?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
We could totally use that as a release version, I'd be super happy to get rid of the |
We're having an issue with FastBoot since this plugin relies on jQuery to read the revision version.
I've supressed the error with a custom service like this:
But this basically just means that fastboot errors will have no version. Anyone have ideas on a better way to handle this?
The text was updated successfully, but these errors were encountered: