AbsaOSS / AbsaOSS/enceladus

Bundle Menas resources

オープン
#314 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る
feature Menas priority: undecided under discussion
主要言語
Scala
スター
33
フォーク
16
PR マージ指標
30日以内にマージされた PR はありません

説明

## Background
Currently, Menas has a lot of `js` files which are fetched separately on load. This abundance of HTTP requests slows down loading the application. This will only grow over time.

## Feature
We should bundle our resources and serve them all at once.

## Proposed Solution [Optional]
We can use something like
1. https://webpack.js.org
2. https://parceljs.org (less configuration than webpack, an interesting choice)
3. https://github.com/eirslett/frontend-maven-plugin (maven plugin to run npm commands as part of the build)

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。