diff --git a/setupbase.py b/setupbase.py index 7c481a299..8e6ec57f4 100644 --- a/setupbase.py +++ b/setupbase.py @@ -131,6 +131,9 @@ def find_package_data(): pjoin(components, "jquery-ui", "themes", "smoothness", "jquery-ui.min.css"), pjoin(components, "jquery-ui", "themes", "smoothness", "images", "*"), pjoin(components, "requirejs", "require.js"), + pjoin(components, "underscore", "underscore-min.js"), + pjoin(components, "moment", "moment.js"), + pjoin(components, "marked", "marked.min.js"), ]) # Ship all of Codemirror's CSS and JS