AsherGlick / ResourceCalculator

A Video Game Resource Calculator
https://resourcecalculator.com
GNU General Public License v3.0
56 stars 30 forks source link

build.py taking ages to build #83

Closed Adam-Albu closed 1 year ago

Adam-Albu commented 1 year ago

I ran python build.py --watch and after 10 minutes, it still hadn't finished.

AsherGlick commented 1 year ago

Using --watch makes the process continue running forever, automatically rebuilding whenever a file changes. This is useful if you want to continuously make changes and not have to re-run build.py during those changes. If you want the build process to exit when it is done then do not include the --watch flag.

adamalbu commented 1 year ago

Ok, thanks.

AsherGlick commented 1 year ago

If this solved your question you may close this issue.