edfungus / Crouton

Crouton MQTT IOT Dashboard
http://crouton.mybluemix.net/
Other
291 stars 69 forks source link

Cloud mqtt bug fixing #12

Closed wickwire closed 8 years ago

wickwire commented 8 years ago

Left bugs on the Connections tab, when introducing CloudMQTT support:

Should be good to go now, sorry about that

wickwire commented 8 years ago

Hi, also I noticed that you've updated your http://crouton.mybluemix.net deployment, but it still shows sanitizer errors due to incorrect font paths.

I think that perhaps either running grunt to update the css files, or manually modifying the css files to correct the "font" to "fonts" path issue should be required to fix it over at the http://crouton.mybluemix.net instance...!

EDIT: in this version of Crouton, grunt needs to be run locally to regenerate the css files and correct the font paths, before uploading to bluemix I think. In my fork this whole issue has become obsolete with the major code overhaul over static page conversion and grunt task handling.