open-dash / open-dash-diy

Node.js Open-Dash DIY Solution for internal use only, no external hosting.
GNU Affero General Public License v3.0
16 stars 8 forks source link

Changes to css and devices #15

Closed thehands1 closed 7 years ago

thehands1 commented 7 years ago

How can we keep changes to css files and device templates so updates don't break or lose things.

pstuart commented 7 years ago

implemented templates today. Working on similar for css. Maybe follow this model? {"styles" : { "global" : "<Global CSS HERE>", "dashboards" : [{"id" : "0", "css" : "<DASH CSS HERE>"}, {"id" : "1", "css" : "<DASH CSS HERE>"}] }

pstuart commented 7 years ago

implemented