resoai / TileBoard

A simple yet highly configurable Dashboard for HomeAssistant
MIT License
1.63k stars 278 forks source link

Location of custom.css #695

Closed alphasixtyfive closed 3 years ago

alphasixtyfive commented 3 years ago

It looks like we have to change the location of custom.css since it becomes impossible to access it when using an add-on. There are two ways we could go about it:

a) Change the location and make a relevant note about breaking change b) Link it as an additional file

@rchl What do you think?

rchl commented 3 years ago

Are you referring to this issue https://github.com/resoai/TileBoard-addon/issues/13 ?

Because I think that can be fixed in the addon without changing the location.

alphasixtyfive commented 3 years ago

Yes, I'm referring to this one. I'm sorry I missed that, all working as expected!

rchl commented 3 years ago

This is now fixed in the addon. It will recursively symlink all files in the config folder.

The custom.css has an exception so it can be either in the root of the config or in styles/ and it will work either way.