I started a watchface based off of a example, and I can build it locally, but it does not work to import it into cloudpebble. I keep on getting the following error: Error: ‘No file was found to satisfy the manifest filename: fonts/Jersey10-Regular.ttf’
I had this issue too, I’m not actually sure what fixed it. I deleted the node_modules folder and re-zipped it and it imported fine. I don’t know if it was because I deleted that folder or if it was because I re-zipped it from Linux though
It also works if you remove the node_modules and build folder from source control, I was able to import my own fork of your repo directly from GitHub into Cloudpebble as well.
Awesome! One last bug I found, so, I was able to clone the repo, build the watchface, and make changes, but now I can’t push the changes back to the repo.
Just as a general tipp: node_modules and build folder do not belong into git. So please delete it and add it to your .gitignore file (which will be commited and pushed).
Sample .gitignore file (must be place in root dir):