Routing file missing in framework7 project

OS info

  • Operating System : Ubuntu 19.04
  • Wappler Version : 2.3.5

When you enable routing on a framework7 project, the routing js file is not included. I simply couldn’t figure out why even the most simple links didn’t work - and it wasn’t until I compared line for line with the kitchen sink demo that I realized that this include was missing.

<script src="js/routes.js"></script>