-
Notifications
You must be signed in to change notification settings - Fork 151
Closed
Description
About PR #58 @, I would like to use Esbuild for all our static assets instead of using a different solution for images.
I tried what is in the README, but it also generates .js/.css files in the output directory.
our script:
package.json
"scripts": {
"build:js": "esbuild app/javascript/*.* --bundle --loader:.png=file --outdir=app/assets/builds/ --public-path=assets",
"build:css": "sass app/stylesheets/application.scss ./app/assets/builds/application.css --no-source-map --load-path=node_modules"
}
javascript/application.js
// Entry point for the build script in your package.json
import "@hotwired/turbo-rails"
import "./controllers"
import * as bootstrap from "bootstrap"
There is an image in: javascript/images/logo.png
Is there a step I'm missing so that the image is copied to the output directory?
Metadata
Metadata
Assignees
Labels
No labels