MrDraw/src/octoprint/server/util
Gina Häußge 2a5ec3364e Fix: More resilience against missing plugin assets
Two changes:

  * Asset existence will now be checked before they get included
    in the assets to bundle by webassets, logging a warning if a
    file isn't present.
  * Monkey-patched webassets filter chain to not die when a file
    doesn't exist, but to log an error instead and just return
    an empty file instead.
2015-07-08 16:32:25 +02:00
..
__init__.py settings().get(..) => settings().getBoolean(..) 2015-07-06 17:03:36 +02:00
flask.py Fix: More resilience against missing plugin assets 2015-07-08 16:32:25 +02:00
sockjs.py Show overlay when a new server version is detected 2015-06-21 18:02:16 +02:00
tornado.py Allow downloading all uploaded files, not just gcode and stl 2015-05-26 13:55:04 +02:00
watchdog.py Fix: Always delete files from watched folder 2015-07-05 09:35:49 +02:00