-
I have a simple web frontend (no react/vue, just some simple js stuff) and scss styles. Running those through esbuild works fine.
But I cant get esbuild to copy my assets (svg and other images) to…
rejas updated
2 years ago
-
Currently builder plugins' `build` methods are run in the order the plugins are registered. Generally this is (order of gem requires) + ("Zeitwerk" order of local files…likely alphabetical).
We sho…
-
Currently Sass is only supported when the Webpack frontend bundler is used. We should provide it as an option for esbuild as well.
-
**Bridgetown Version**:
bridgetown 1.0.0.alpha10 "Pearl"
**To Reproduce**
1. Rename index.html to index.html.erb
2. Start bridgetown and navigate to localhost:4000
3. Expect home page, ge…
-
There will likely be an increasing number of configuration options that get done within front matter, and the question then becomes how to define those without conflicting with real data?
For examp…
-
## Motivation
https://edge.bridgetownrb.com/plugins/ still mentions https://github.com/andrewmcodes/bridgetown-inline-svg, but according to the repo `This gem has been replaced by [ayushn21/bridget…
-
I originally brought this up in https://github.com/bridgetownrb/bridgetown/issues/490 but after some testing, was able to narrow it down to this plugin.
There are cases where a Bridgetown site may…
-
In relation to `sitemap` & `pagination` plugins:
pages which are considered pagination pages (`Bridgetown::Paginate::PaginationPage` instances), when output to sitemap (https://github.com/ayushn2…
-
**Bridgetown Version**:
bridgetown 1.0.0.beta2 "Pearl"
**To Reproduce**
- Have an existing Bridgetown site in a GitHub repository
- Pull the source tarball down from the repository for deplo…
-
**September 2021 Update:** this feature has gone through a few conceptual permutations…not sure it's still going to be called this instead of just an "SSR" mode. More details forthcoming shortly.
-…