the "production" (dist release) files contains unnecessary resources
previ opened this issue · 3 comments
previ commented
In the dist resources several "/examples/" resources are present.
avivace commented
find . -type d -name "*example*" -print
and find . -name "*example*" -print
gives no directory or folders named examples
.
The build however contains a lot of unnecessary assets related to the AR.js implementation, which is completely disabled atm. I'm going to clean that up.
avivace commented
This is a production build of 734a880
vue-app-734a880.tar.gz
Does it look better?
previ commented
Yes, thanks.