zulip/tools/webpack.assets.json
Brock Whittaker 1cf7ee966b help: Redesign /help/ pages to be a single page app.
This redesigns the /help/ page sets to be a single page app that uses
history.pushState to work the same as the old app.

The big new feature is that now we have the index in a nicely designed
left sidebar.
2017-07-13 15:43:44 -07:00

30 lines
1.2 KiB
JSON

{
"activity": "./static/third/sorttable/sorttable.js",
"api": "./static/js/portico/api.js",
"common": [
"./node_modules/jquery/dist/jquery.min.js",
"./node_modules/underscore/underscore-min.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/js/perfect-scrollbar.jquery.js",
"./static/js/portico/help.js"
],
"katex": "./node_modules/katex/dist/katex.min.js",
"landing-page": "./static/js/portico/landing-page.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"
}