zulip/tools/webpack.assets.json
Priyank Patel 50b13219a3 webpack: Combine both js and css into one portico bundle.
Combines, both portico js and css into one bundle. This for now solve
the issue of an empty js bundle being generated by webpack for the
portico-styles stylesheet.
2018-04-30 10:23:39 -07:00

37 lines
1.4 KiB
JSON

{
"activity": "./static/third/sorttable/sorttable.js",
"portico": [
"./static/js/portico/header.js",
"./static/styles/scss/portico.scss"
],
"common": [
"string.prototype.endswith",
"string.prototype.startswith",
"string.prototype.codepointat",
"./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"
}