Romain Pierre

Results 3 comments of Romain Pierre

Hi, I have the same behavior. I'm new to RoR so I was thinking it was my fault, and posted a stackoverflow request here: https://stackoverflow.com/questions/76639570/forced-to-run-assetsprecompile-two-times-to-get-the-webpack-builds-copied-to-pu

Hi @brenogazzola For my tests, the first thing I do is to delete this folder. In the `assets:precompile` task, the first step is `yarn install`, the second one is `yarn...

Thank you, same thing for me. I've understood why the .keep file was removed: ```js output: { path: path.resolve(__dirname, "app/assets/builds/"), clean: true, } ``` So webpack remove the whole content...