Where are the build html files in RC0?

In the beta versions of Ionic 2, after you run ionic build there are all of your html files in www/build. Now when I build there are no html files created in the www folder except index.html.

The app works in the iOS simulator, so I’m assuming this is on purpose.

Where does the app get the html for my pages if there is nothing in the www folder?

The AoT compiler puts them within your app’s JavaScript file.

Chris

1 Like