-
-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Labels
Description
Should bin/shakapacker and bin/shakapacker-dev-server clean the output directory when starting? should this be configurable in the shakapacker.yml
file?
I see startup scripts like:
rm -rf public/packs/* && bundle exec rake react_on_rails:generate_packs && foreman start -f Procfile.dev
While this cleaning is not needed for docker builds, I don't see any harm.
Related to #491