Skip to content

Commit

Permalink
Temporary fix for #2246 until #2200 is solved
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Nov 27, 2017
1 parent a2d3801 commit d174d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/octoprint/server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1255,7 +1255,7 @@ def directory(self):

# JS
js_filters = ["sourcemap_remove", "js_delimiter_bundler"]
js_plugin_filters = ["sourcemap_remove", "js_plugin_delimiter_bundler"]
js_plugin_filters = ["sourcemap_remove", "js_delimiter_bundler"] # TODO: replace with IIFE wrapper again, see #2200

js_libs_bundle = Bundle(*js_libs, output="webassets/packed_libs.js", filters=",".join(js_filters))

Expand Down

0 comments on commit d174d7a

Please sign in to comment.