forked from OpenNeo/impress
Start to fix image problems in JS builds
Soo I think the reason adding `.digested` to the filenames like `jsbundling-rails` says to doesn't work, is because we're on an old version of Sprockets for compass-rails's sake? I'm gonna investigate what Compass actually does for us, and see if we can delete it.
This commit is contained in:
parent
1e9603a92f
commit
2c8c67d75c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"build": "yarn build:base --minify",
|
||||
"build:base": "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds --public-path=/assets --loader:.js=jsx --loader:.png=file --loader:.svg=file --loader:.min.js=text",
|
||||
"build:base": "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds --public-path=/assets --asset-names=[name]-[hash].digested --loader:.js=jsx --loader:.png=file --loader:.svg=file --loader:.min.js=text",
|
||||
"dev": "yarn build:base --watch"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue