##// END OF EJS Templates
install text-encoding polyfill
MinRK -
Show More
@@ -162,6 +162,7 b' def find_package_data():'
162 162 pjoin(components, "underscore", "underscore-min.js"),
163 163 pjoin(components, "moment", "moment.js"),
164 164 pjoin(components, "moment", "min","moment.min.js"),
165 pjoin(components, "text-encoding", "lib", "encoding.js"),
165 166 ])
166 167
167 168 # Ship all of Codemirror's CSS and JS
General Comments 0
You need to be logged in to leave comments. Login now