eclipse-thingweb / playground

Browser or Node.js based tool for validating and playing with W3C Thing Descriptions
https://playground.thingweb.io/
Other
28 stars 22 forks source link

[web-new] CSS mapping file #545

Closed egekorkan closed 9 months ago

egekorkan commented 10 months ago
          Thanks for resolving the conflicts. I think the map file should be removed in another PR. Are you sure it is not needed though?

Originally posted by @egekorkan in https://github.com/eclipse-thingweb/playground/issues/537#issuecomment-1849001305

SergioCasCeb commented 10 months ago

Yeah, I am sure that it is not needed as only the vs extension uses it to create the CSS file. And the application itself technically only needs the CSS, so technically even the SASS files could be removed

egekorkan commented 9 months ago

In this case, we should put this step into the build process via Webpack so that we guarantee the correctness of the CSS files.

egekorkan commented 9 months ago

This is done via #547