Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.4 KB

README.mdown

File metadata and controls

56 lines (35 loc) · 1.4 KB

Building

jo is a JavaScript framework for HTML5 capable browsers and devices. It's pretty easy to build on your own, but to get the most out of it you'll want to get a minifier like jsmin or the YUI Compressor.

Mac OSX, Linux & BSD

cd jo
./build

Windows

cd jo
build.bat

If you're not up for building the library yourself, there's nothing wrong with downloading the latest stable release, all built and ready to plug in from: GitHub Downloads

Directory Map

Important files in the directory tree are:

  • js/jo_min.js

    This is the jo library bundled and minified, ready to drop into your project. You will need to build the library to make this file (as well as the un-minified version jo.js which is useful for debugging).

  • css/aluminum

    This is a CSS3 bundle ready to skip your app with. Also serves as a good example of modern HTML5 styling capabilities. Looks pretty bad in IE up through version 8.

  • css/basic

    This is a very basic CSS file which will work on browsers or devices which aren't up to speed with the good stuff. Nothing fancy, just functional.

  • docs/*.mdown

    These are supplimental doc files which are used by joDoc to build out the developer guide portions of the documentation.

Documentation

Available for now at http://joapp.com/jo.