Skip to content

Latest commit

 

History

History
executable file
·
32 lines (20 loc) · 680 Bytes

README.md

File metadata and controls

executable file
·
32 lines (20 loc) · 680 Bytes

Mobile-detect.js live demo

Simple live demo page for Mobile-detect.js.

See it in action here.

First time

→ npm install && bower install

Serve page locally

→ grunt serve

Prepare for deploy

→ grunt

Deploy on GitHub Pages

Use git subtree to deploy the dist directory to the gh-pages branch as explained here. Whenever you want to redeploy the dist directory you can run:

→ git subtree push --prefix dist origin gh-pages