neontribe / seap_esa

SEAP ESA assessment tool
0 stars 0 forks source link

Update stylesheet href value to match SEAP CORE CSS file location #189

Closed AlinChindea closed 5 years ago

AlinChindea commented 5 years ago

Until we migrate ESA to use Webpack too, we must update the stylesheet CSS href value to match the new location of the CSS stylesheet in SEAP CORE.

katjam commented 5 years ago

Do you think you will be moving all the other stuff out of dir also - like js, images etc?

If you do want to do that, maybe make one assets folder for them all?

I can't remember why we want to move it to the root rather than keep current structure.

AlinChindea commented 5 years ago

Do you think you will be moving all the other stuff out of dir also - like js, images etc?

If you do want to do that, maybe make one assets folder for them all?

I can't remember why we want to move it to the root rather than keep current structure.

hmm. I kept the images in their own dir. the js and css files - are out of dir, in the root, because these are just one file - we're importing all in those entry files and Webpack does its magic and bundles those accordingly :-) or at least that's what I think it happens