Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

[mojito compile rollups] using dot notation in the name of the css files will make compile to discard some of them #32

Closed
add0n opened this issue Mar 30, 2012 · 0 comments

Comments

@add0n
Copy link
Contributor

add0n commented Mar 30, 2012

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.

This was referenced Jul 30, 2012
@drewfish drewfish closed this as completed Aug 2, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants