Closed jieyouxu closed 4 years ago
The dist/ directory contains generated files which should be ignored, as it is extremely easy to become stale.
dist/
For deployment, consider configuring a CI/CD (such as Travis). Might be easier if you write a small build script that:
Issues solved by pr #4 , still need to figure out another way to deploy files into gh-pages
Travis CI was successfully integrated, many thanks for the advice!
The
dist/
directory contains generated files which should be ignored, as it is extremely easy to become stale.For deployment, consider configuring a CI/CD (such as Travis). Might be easier if you write a small build script that:
dist/
if it exists.