comolo / contao-supertheme

SuperTheme is the best way to use SCSS, JS, CoffeeScript with Contao CMS.
7 stars 2 forks source link

When updating an imported stylesheet in scss, the compiled stylesheet is not updated #1

Closed Lixus closed 11 years ago

Lixus commented 11 years ago

Thanks for this plugin, i love it :)

I have one problem though: I use imported stylesheets in Sass like this:

@import "colors_typography";
@import "structure";

When i edit these stylesheets, the compiled css file is not updated. In Contao, only my "main" stylesheet is referenced. If i try to reference each scss file separately in Contao, i cannot use variables across my different scss files.

comolo commented 11 years ago

Thanks a lot :-)

I fixed this problem in 3f963154e24e9ecc600fb8acd5cb74711c3b6e02.

Lixus commented 11 years ago

Somehow this does not work yet. I'm using Contao 3.1.3. If i change my imported stylesheet, the compiled stylesheet is still not updated...

comolo commented 11 years ago

Have you cleared the internal cache? What about feature #2 - is it working?

Lixus commented 11 years ago

Yes, i cleared the cache. Feature #2 works!

comolo commented 11 years ago

I think I found the bug. Can you please checkout version c3925e3664c04b6ee87bdfd58d8cbad09bf37892 and test it again?

Lixus commented 11 years ago

Yeah it works! This is so cool, thanks a lot! :)