Pushing an app to strobe requires you meet just a few basic requirements:
- You must have an index.html file at the root directory and a 'static' directory with static assets you want hosted on the CDN
- For an app manifest, the file should be called *.manifest and should live next to the index.html file.
- For localizations, add a language folder with an index.html inside it at the root level. If you use an app manifest, place it in the language folder next to the index.html. Localized static assets should appear in the static directory inside a language folder
- You should also have a deploy.json at the root level where you can state deployment options.
Note that when we deploy, we will look for a tag in your index.html and rewrite it to put the static assets on theCDN. If you do not include a base tag one will be added for you just inside the
/hello_world
index.html
app.manifest
static/
jquery.js
myapp.js
styles.css