Skip to content
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

[0.8.21 release] hash not added to one of .js file in html #103

Open
sheetalkanade opened this issue Jul 17, 2015 · 2 comments
Open

[0.8.21 release] hash not added to one of .js file in html #103

sheetalkanade opened this issue Jul 17, 2015 · 2 comments

Comments

@sheetalkanade
Copy link

In 0.8.21 release, forsome reason one of the js files does not have has appended to the filename. When I reverted to 0.8.19 it worked fine.
with 0.8.21
script type="text/javascript" src="sample.js"
script type="text/javascript" src="sampleHelper.30749fabf5c3bbffbe54af14b570c9f1.js"
script type="text/javascript" src="angularSampleHelper.935809d4d35c79a46d3f63e3f883ce2d.js"

with 0.8.19
script type="text/javascript" src="sample.281b1daa3464ea6be7abbb3d6717a970.js"
script type="text/javascript" src="sampleHelper.30749fabf5c3bbffbe54af14b570c9f1.js"
script type="text/javascript" src="angularSampleHelper.935809d4d35c79a46d3f63e3f883ce2d.js"

@mattvague
Copy link

Have the same issue 👎

@circlingthesun
Copy link
Contributor

I experienced a similar issues because of a regular expression in one of my 'dont' lists accidentally matching the last part of a hash. I submmited #112 which should sort that out. I'm not sure it's the same issue though. Recently #110 got merged which sorted a similar issue. Are you on the latest release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants