<html>
<body>
<script src="gulp/dist/myModule.js"></script>
<script>
myModule.publicFunc1();
myModule.publicFunc2();
</script>
</body>
</html>