Skip to content

Commit

Permalink
Bower support
Browse files Browse the repository at this point in the history
Updated folder structure, added bower ignore, added uglyfied version
dorukeker committed Oct 21, 2014
1 parent 013c236 commit e43b914
Showing 4 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"name": "gyronorm",
"version": "1.0.3",
"version": "1.0.2",
"homepage": "https://github.com/dorukeker/gyronorm.git",
"authors": [
"Doruk Eker"
],
"description": "Accesses the gyroscope and accelerometer data from the web browser and combines them in one JS object.",
"main": "js/gyronorm.js",
"main": "gyronorm.min.js",
"ignore":[
"README.md",
"LICENSE",
"demo/*"
"demo/*",
"demo"
],
"keywords": [
"devicemotion",
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
<head>
<meta name="viewport" content="width=device-width, user-scalabel=no">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="/js/gyronorm.js"></script>
<script src="/gyronorm.js"></script>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<style type="text/css">
input[type=button]{
2 changes: 1 addition & 1 deletion js/gyronorm.js → gyronorm.js
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
*
* @author Doruk Eker <dorukeker@gmail.com>
* @copyright 2014 Doruk Eker <http://dorukeker.com>
* @version 1.0.3
* @version 1.0.2
* @license MIT License | http://opensource.org/licenses/MIT
*/

1 change: 1 addition & 0 deletions gyronorm.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e43b914

Please sign in to comment.