mulesoft-labs / api-console-builder

A module to build a minified and concatenated file for the API console
Other
3 stars 7 forks source link

Invalid path to vendor.js file in index template file #23

Closed jarrodek closed 4 years ago

jarrodek commented 4 years ago

This is related to https://github.com/mulesoft/api-console/issues/624

The templates/index.html file has reference to vendor.js that is incorrect:

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

The final build has vendor package in the root directory.