Include components in setup base

Steven Silvester 11 years ago committed by Jonathan Frederic
parent 7717a986d1
commit 307d9ee49c

@ -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

Loading…
Cancel
Save