Skip to content

Commit

Permalink
Merge branch 'main' into 2.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Nov 13, 2023
2 parents 84a45dd + 825e725 commit 5bfd953
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/hanami/cli/generators/gem/app/assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ await assets.run();

// To provide additional esbuild (https://esbuild.github.io) options, use the following:
//
// Read more at: https://guides.hanamirb.org/assets/overview/
//
// await assets.run({
// esbuildOptionsFn: (args, esbuildOptions) => {
// // Add to esbuildOptions here. Use `args.watch` as a condition for different options for
Expand Down
2 changes: 2 additions & 0 deletions spec/unit/hanami/cli/commands/gem/new_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ class App < Hanami::App
// To provide additional esbuild (https://esbuild.github.io) options, use the following:
//
// Read more at: https://guides.hanamirb.org/assets/overview/
//
// await assets.run({
// esbuildOptionsFn: (args, esbuildOptions) => {
// // Add to esbuildOptions here. Use `args.watch` as a condition for different options for
Expand Down

0 comments on commit 5bfd953

Please sign in to comment.