aboutsummaryrefslogtreecommitdiff
path: root/config/webpack
Commit message (Collapse)AuthorAgeFilesLines
* Comment out webpack-bundle-analyzerhellekin2021-01-231-0/+3
| | | | | | | Just keep it around but do not use it. It requires `yarn add webpack-bundle-analyzer -D` to install. Moving `* /` to `*/` will disable the JavaScript comment.
* Move CSS to Webpackhellekin2021-01-231-0/+3
| | | | | | | | | | | | | Using both the asset pipeline and webpack is confusing and leads to unpredictable results in production. This commit moves all (S)CSS to Webpack under `app/javascript/scss` so that we can test whether the development interface results in a consistent production deployment. In order to load the ForkAwesome fonts we used a long path: `$fa-font-path: "../../../node_modules/fork-awesome/fonts";` Not sure whether this works...
* Upgrade Rails and add StimulusJS supporthellekin2021-01-221-0/+1
|
* rails new incommon-map -d postgresql -C -Thellekin2020-10-054-0/+18