Hi,
I have created a project from base tabs template with
ionic start myTabs tabs --v2
but the main.js
file is missing, but is being referenced form index.js like <script src="build/main.js"></script>
then when I add platform and run ionic serve
it does nothing, I just can see that it’s missing main.js in firebug’s network tab.
Can you tell me why is that so and how to proceed?
This is my first ionic v2 app.
Thanks!