You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use Webpack to build my project and output to ./dist directory. I have a CNAME file in my gh-pages, but it don't in the ./dist directory after Webapack build, so when I run gh-pages -d dist, it remove my CNAME.
I can run gh-pages -d dist -a but I use Long-term Caching, so if I added -a, the file will be more and more in the gh-pages.
Can you add an option that don't remove the CNAME file?
The text was updated successfully, but these errors were encountered:
I use Webpack to build my project and output to
./dist
directory. I have a CNAME file in mygh-pages
, but it don't in the./dist
directory after Webapack build, so when I rungh-pages -d dist
, it remove my CNAME.I can run
gh-pages -d dist -a
but I use Long-term Caching, so if I added-a
, the file will be more and more in thegh-pages
.Can you add an option that don't remove the CNAME file?
The text was updated successfully, but these errors were encountered: