evancohen/smart-mirror

unable to change CSS file.. set in config, but main.css is still used (look in elements in deve window

sdetweil opened this issue · 2 comments

I want to change to a different css file

Expected Behavior

change name in the config panel, submit

Current Behavior

change name, submit, still get main.css

Steps to Reproduce (for bugs)

  1. install smart-mirror
  2. get running
  3. add another css file
  4. bring up config, change name, submit.. now change

ah, code in controller.js didn't change when the new config structure laid out..
its config.general.layout
not
config.layout

fixed 0.26