Tutorial on “How to Write a Firefox OS HTML5 App using Mortar”
A raw and unedited talk by James Long @jlongster about Mortar - a blueprint HTML5 app for Firefox OS https://github.com/mozilla/mortar
Mortar is a collection
of templates to kickstart app development, brought to you by the
friendly people from the Apps Engineering team. Mortar is more than just a bunch of HTML, CSS, and JavaScript. As
described later in this post, it comes with various other tools for
automating tasks, such as deployment and minifying and concatenating
JavaScript and CSS. These tools are necessary when you want to release
your app and maintain it.
Post a Comment