Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move CSS to Webpack | hellekin | 2021-01-23 | 1 | -4/+4 |
| | | | | | | | | | | | | | 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... | ||||
* | On the way to finding fonts? | hellekin | 2021-01-22 | 1 | -1/+1 |
| | |||||
* | Add markers and popups | hellekin | 2021-01-22 | 1 | -1/+2 |
| | | | | | - Replace MakiMarkers with ExtraMarkers and ForkAwesome - Add HTML popup binding | ||||
* | Upgrade Rails and add StimulusJS support | hellekin | 2021-01-22 | 1 | -0/+6 |
| | |||||
* | Add stimulus.js | hellekin | 2020-10-23 | 1 | -0/+2 |
| | |||||
* | rails new incommon-map -d postgresql -C -T | hellekin | 2020-10-05 | 1 | -0/+16 |