zulip/tools/webpack.assets.json
Gooca 2363c9955a ui scrollbar: Update perfect-scrollbar to 1.3.0.
Update perfect-scrollbar to fix stutter space-scrolling in #8544. Also
reworked deprecated `element.perfectScrollbar` to `new
PerfectScrollbar(element)`.  Lastly, updated provision version and
changed node module path to new path.

This also refactors perfect-scrollbar in help.js to work with updated
version of perfect-scrollbar. Because the update also changed
perfect-scrollbar's css selectors for all scrollbars in zulip, we
update those too.

Fixes #8544.
2018-03-20 21:59:11 -07:00

33 lines
1.2 KiB
JSON

{
"activity": "./static/third/sorttable/sorttable.js",
"portico": [
"./static/js/portico/header.js"
],
"common": [
"./node_modules/jquery/dist/jquery.js",
"./node_modules/underscore/underscore.js",
"./static/js/blueslip.js",
"./static/third/bootstrap/js/bootstrap.js",
"./static/js/common.js",
"./node_modules/moment/min/moment.min.js",
"./node_modules/moment-timezone/builds/moment-timezone-with-data.min.js"
],
"help": [
"./node_modules/perfect-scrollbar/dist/perfect-scrollbar.js",
"./static/js/portico/help.js"
],
"katex": "./node_modules/katex/dist/katex.min.js",
"landing-page": "./static/js/portico/landing-page.js",
"integrations": "./static/js/portico/integrations.js",
"signup": [
"./static/js/portico/signup.js",
"./node_modules/jquery-validation/dist/jquery.validate.min.js"
],
"stats": [
"./static/js/stats/stats.js",
"./node_modules/plotly.js/dist/plotly-basic.min.js"
],
"translations": "./static/js/translations.js",
"zxcvbn": "./node_modules/zxcvbn/dist/zxcvbn.js"
}