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
{{ message }}
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
When having:
mojit/Foo/assets/css/skin.sam.css
mojit/Foo/assets/css/skin.caridy.css
after running: mojito compile rollups
the rollup.client.js will have only one of those two files, apparently the routine for hashing the filenames is not good.
I can see the files listed in the compile routine output, but somewhere in the middle they got discarded.
The workaround is just to use - instead of .
mojit/Foo/assets/css/skin-sam.css
mojit/Foo/assets/css/skin-caridy.css
and everything works as expected.
The text was updated successfully, but these errors were encountered: