-
Notifications
You must be signed in to change notification settings - Fork 69
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
assets: truncation at random (?) point #1642
Comments
This is actually the case: the file currently served after removing the |
@jacquerie If this is the same problem that i dealt with when i installed inspirehep, i just ran npm install node-sass@3.4.2. |
@zzacharo for the moment it would be enough if you can update the documentation to specify the |
Sadly not :( The fact is, |
This is also blocking #1607. |
* More recent versions of `node-sass` cause issue inspirehep#1642, therefore recommend developers to use this particular version (closes inspirehep#1644). Signed-off-by: Zacharias Zacharodimos <zacharias.zacharodimos@cern.ch>
http://inspire-nightly.cern.ch/ currently looks pretty bad:
This is due to the infamous truncation bug we've been intermittently seeing on our development machines. It could be related to this other truncation bug: miracle2k/webassets#468. The only issue with this theory is that the file currently served is 51288 bytes, but this could be the effect of the
clean_css
filter run afterwards.clean_css
filter and confirm that the truncation happens at 65536 bytes.node-sass
when installing.The text was updated successfully, but these errors were encountered: