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
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"
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?
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"
The text was updated successfully, but these errors were encountered: