I store my built assets in assets/dist. When I have this action enabled, my theme is successfully deployed to my production server, but the dist directory never comes along for the ride, which means none of my CSS, JS, or fonts are available.
I searched the documentation and the source code and I see no evidence that directories called dist are ignored by default. What am I missing?
I store my built assets in
assets/dist
. When I have this action enabled, my theme is successfully deployed to my production server, but thedist
directory never comes along for the ride, which means none of my CSS, JS, or fonts are available.I searched the documentation and the source code and I see no evidence that directories called
dist
are ignored by default. What am I missing?