Simple live demo page for Mobile-detect.js.
See it in action here.
→ npm install && bower install
→ grunt serve
→ 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