Jared White
Jared White
Thanks @matiaskorhonen, I think your CopyPlugin idea is pretty cool. I've also seen code that you can add to your entrypoint that loops over files and requires them, thus adding...
Updating this issue to cover adding a mention for how to glob image files in both esbuild and Webpack frontend bundler configs.
I'll just add a note here that, technically, we won't be adding Action View as part of the rendering layer of Bridgetown. However, there's far more we can do to...
> Jared, don't get to cosy to »rails users«. I appreciate the sentiment, and I agree we shouldn't arbitrarily add features _just because_ they happen to be in Rails. But...
@DRBragg I know it's a bit more work to handle the nesting and might not service too many different users…but based on the "principle of least surprise" I feel like...
Spinners/progress bars would be nice, for example when a large site's building it could increment some percentage for each step in the pipeline. I could also see multi-select prompts being...
This will get addressed in #618
I think we need to add docs, but this is working now in v1.2. ```ruby init :"bridgetown-routes" routes.source_paths
Makes sense…we could probably leverage the [Relations API](https://edge.bridgetownrb.com/docs/resources#resource-relations) here so that the prototype page would pull in the join data through a named relation.
Oh sure, you can assign your own `data` variable in any template language…just feels like it should be baked into the framework as a pattern if it's that truly useful.