polyforest / acornui-gradle

A bundle of Gradle plugins that helps build Acorn UI projects with ease.
Apache License 2.0
0 stars 0 forks source link

Sometimes files.js doesn't make it to `www` directory. #37

Open fuzzyweapon opened 5 years ago

fuzzyweapon commented 5 years ago

Per Nick:

I just updated acorn-gradle-plugin, published, did a clean on catari, then rebuild with acorn js and the files.js isn't making it to www. This was previously a problem and with the last update on the 12th it fixed it, but I don't know if I'm missing something but the issue seems to be back I did a clean / rebuild again and it's there now

Things to find out

fuzzyweapon commented 5 years ago

More from Nick:

My repro steps:

Fresh checkout MatrixPrecise.com

Build/run wwwDist No problems, lib/files.js is there. Build/run www lib/files.js is not there.

Not to be confused with assets/files.json

fuzzyweapon commented 5 years ago

As for JVM, per Nick:

the manifest is definitely not getting recreated when it should be, even on jvm side

the assets packer is running fine, deleted files are getting deleted properly, but the manifest remains stale more: never mind, I don't think deleting files is working either. I deleted a file I think that Vlad added -- assets/gallery/index.html It was causing problems. The manifest never updated to have that be gone, and I would still see it in the deploy dirs More