broccoli-concat-analyser icon indicating copy to clipboard operation
broccoli-concat-analyser copied to clipboard

Application css is missing

Open danwenzel opened this issue 6 years ago • 5 comments

When viewing the visualization, I'm noticing that the application css is completely missing - there's no area for it at all. The app js, vendor js, and vendor css are all showing up fine.

I've tried this on both a large application with lots of css, and a small add-on with just a bit.

Tested with ember-cli 2.18 and 3.0, as well as broccoli-concat-analyser 2.1.0 and 3.0.0.

Let me know what further info you need. Thanks!

danwenzel avatar Apr 13 '18 17:04 danwenzel

@stefanpenner @simonihmig - Any ideas on this?

One thing to note: I use the PODS file structure. Maybe that has something to do with it?

danwenzel avatar Apr 23 '18 15:04 danwenzel

We can see the same actually on the screenshot of the Readme: https://github.com/stefanpenner/broccoli-concat-analyser and the demo 😬

I guess the issue is that broccoli-concat is not even involved in creating the app.css, as there is no concatenation required. So it does not write any json stats files, so nothing shows up in the analyzer...

@stefanpenner can you confirm?

FWIW, also when you use a preprocessor like Sass, its @import directives will be handled by Sass itself, so broccoli-concat is also not involved...

simonihmig avatar Apr 23 '18 17:04 simonihmig

@stefanpenner - Any thoughts here?

danwenzel avatar May 10 '18 15:05 danwenzel

@stefanpenner - ping... any ideas?

danwenzel avatar May 30 '18 16:05 danwenzel

@stefanpenner can you confirm?

That might be the issue yes... For my apps, i do have a concat step for CSS, so it shows up...

Hmmmm

stefanpenner avatar Jul 11 '18 22:07 stefanpenner