tillmo / two_tiered_quiz

A multiple choice quiz with justifications for the answers, written in Django
GNU Affero General Public License v3.0
0 stars 0 forks source link

#82 Deployment in a subdirectory issue fix #100

Open pramodbontha opened 4 years ago

pramodbontha commented 4 years ago

Fixes #82, Added homepage attribute in package.json. To change the sub directory name, have to change homepage attribute value. 'npm run build' is also tested. It creates optimal build for deployment with the subdirectory.

tillmo commented 4 years ago

thanks. We will test this in a few weeks directly on production.