-
Notifications
You must be signed in to change notification settings - Fork 3
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
(URGENT) isodoc requiring sassc
in normal execution, and metanorma-*
gems should not be published without compiled CSS
#367
Comments
And this is also visible here (metanorma/packed-mn#126, run: https://github.com/metanorma/packed-mn/runs/4750539224?check_suite_focus=true) . Looks like this is metanorma-iso specific, e.g. metanorma-iso lost the compiled CSS file.
|
[email protected] release failed because of this, for some reason it happens only for |
This was merged here: metanorma/metanorma-docker#124 |
metanorma-iso-1.10.6 does not appear to have the CSS compiled. metanorma-iso-2.0.0 does, but it will only be accessible once I've released metanorma-cli, since this is a major version update. Issue will go away then. |
This is a major bug. How did that happen? I think we need some guard task to prevent this from happening. |
I do not know. And please delegate any such task to someone else. The isodoc gem does in fact contain such code:
Execution should have aborted during the release. I do not know why release was successful. |
Confirmed that this has gone away with new release. I request that someone who knows ruby rails better than me (which is not at all) author the guard task, and I am unassigning myself. |
Got it. Shouldn't Let me re-tool this task to do so. |
sassc
in normal executionsassc
in normal execution (metanorma-*
gems should not be published without compiled CSS)
sassc
in normal execution (metanorma-*
gems should not be published without compiled CSS)sassc
in normal execution, and metanorma-*
gems should not be published without compiled CSS
If this has been added recently: Then maybe it doesn't have a build step for scss. |
This is a regression. When generating the https://github.com/metanorma/iso-19626-1 document:
https://github.com/metanorma/iso-19626-1/pull/8
This task is to:
metanorma-*
gems when released, they always have the compiled CSS files, through an automated gem validation mechanism.metanorma-*
gem does not have compiled CSS included, the tests will fail.The text was updated successfully, but these errors were encountered: