Firefox OS open web app template with localisation using middleman.
- MiddleMan is used for preprocessing:
- Slim to Html
- SCSS to CSS
- CoffeeScript to JavaScript
- Concatenate and minify everything
You may remove slim/scss/coffee from filenames if you don't want to use them.
- Fork this repo
git clone
your repobundle install
to install dependenciesmiddleman server
to test the app in your browserrake build
to compile everythingrake deploy
to deploy on Github pageshttps://bahanix.github.io/ffos-middleman/
- Hosted app can't do XHR or any privileged action.
- If you need to, use the generated build/app.zip to publish your app.
- Download and install Firefox Nightly
- Firefox > Developer > WebIDE
- Select your device or simulator
- Open Hosted App
- URL to your
manifest.webapp
- https://bahanix.github.io/ffos-middleman/manifest.webapp
- Run