Answered: Missing code in SDK for "Building your First App"
Answered: Missing code in SDK for "Building your First App"
In the walkthrough for Building your First App you need to copy some style into index.html (6:27 in the video, or this line of text in the docs:
"All of the CSS we're adding is in the examples/getting_started/index.html file in the SDK download."
Now, when I open that index.html in the downloaded SDK, it's pretty empty. It just contains the following:
The docs are kind of out dated in this case. The microloader/development.js file goes into the app.json file, finds all the CSS files listed, and loads those. The added CSS they are referring to is actually in getting_started/resources/css/app.css, which you will see is in app.json
The docs are kind of out dated in this case. The microloader/development.js file goes into the app.json file, finds all the CSS files listed, and loads those. The added CSS they are referring to is actually in getting_started/resources/css/app.css, which you will see is in app.json