spiritae / mobifyjs

Use Mobify.js to quickly adapt any website to support any device.

Home Page:www.mobifyjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mobify.js

Mobify.js is a client side adaptation framework for quickly adapting websites to support mobile and tablet devices.

This repository contains the Mobify.js core. The Mobify Client is required to compile the core.

To get started with Mobify.js, follow the instructions on mobifyjs.com.

Install

make

Tests

Running the tests requires PhantomJS:

make test

Docs

The compiled documentation for Mobify.js can be found online at mobifyjs.com.

To compile the documentation yourself, install Jekyll and run it from www folder:

gem install jekyll
cd www
jekyll --server --auto

Then navigate to http://localhost:4000/mobifyjs/docs/.

Modules

Mobify.js includes a library customizable user interface modules in the modules folder.

To package the modules for download use this command (they will be stored in /static/downloads):

make modules

Build mobifyjs.com

When creating a build of mobifyjs.com for release, execute this command:

make buildstatic

And then copy the generated "_site" folder to where the site will be hosted.

About

Use Mobify.js to quickly adapt any website to support any device.

www.mobifyjs.com

License:Other