-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Adding query parameter to inline.js (e.g. src="inline.js?1478695804") in index.html caused an error #3083
Comments
I can't see how that would break anything and it works just fine here. Anyhow, reporting an issue after altering anything the cli gives you doesn't really make sense as it's out of the scope of the cli. |
Thank you. But this works much better for Beta-16 that we are using. |
@divyeshpuk Do you build with custom webpack build options? how? is it possible with latest angular cli? |
@inska I changed the config/index.html both through Bash script in the Jenkins build. You don't have to do both if you're just browser cache busting. Either will work. |
Fixed by #2899 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
OS?
os: linux x64
Versions.
angular-cli: 1.0.0-beta.16
node: 5.4.0
os: linux x64
Repro steps.
Added query parameter to inline.js (e.g. src="inline.js?1478695804") in index.html to bust browser cache
The log given by the failure.
Type Error: cannot read property call of undefined
Unhandled promise rejection: cannot read property call of undefined, zone: Angular, Task: Promise.then, value: Type Error...
Mention any other details that might be useful.
The query parameter was added to bust browser cache.
The text was updated successfully, but these errors were encountered: