Skip to content

Commit

Permalink
Minify & transpile JS
Browse files Browse the repository at this point in the history
  • Loading branch information
costas-basdekis committed Oct 4, 2020
1 parent b38417e commit 9c4e1a2
Show file tree
Hide file tree
Showing 2 changed files with 786 additions and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_marlingcodedocumentation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def get_settings_defaults(self):

def get_assets(self):
return dict(
js=["js/all_codes.js", "js/marlingcodedocumentation.js"],
js=["js/all_codes.js", "js/marlingcodedocumentation.min.js"],
css=["css/marlingcodedocumentation.css"],
less=["less/marlingcodedocumentation.less"]
)
Expand Down
Loading

0 comments on commit 9c4e1a2

Please sign in to comment.