CoderBotOrg / frontend

The new CoderBot web application, in Vue.js

Home Page:https://www.coderbot.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the "production" (dist release) files contains unnecessary resources

previ opened this issue · comments

In the dist resources several "/examples/" resources are present.

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.

This is a production build of 734a880
vue-app-734a880.tar.gz

Does it look better?

Yes, thanks.