From d4acd3c498e7705fe791281ad2551f14cd52b2d2 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 18 Dec 2015 22:21:28 +0000 Subject: [PATCH] Removed bloat from files --- package.json | 7 ++++++- www/css/index.css | 22 ++-------------------- www/index.html | 27 --------------------------- www/js/index.js | 20 +------------------- 4 files changed, 9 insertions(+), 67 deletions(-) diff --git a/package.json b/package.json index d6336f5..9b79b76 100644 --- a/package.json +++ b/package.json @@ -15,5 +15,10 @@ "bugs": { "url": "https://github.com/realorangeone/oriment/issues" }, - "homepage": "https://github.com/realorangeone/oriment#readme" + "homepage": "https://github.com/realorangeone/oriment#readme", + "dependencies": { + "cordova": "=5.4.1", + "ionic": "=1.7.12", + "ionicons": "=2.0.1" + } } diff --git a/www/css/index.css b/www/css/index.css index 51daa79..fb2ea0f 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -1,21 +1,3 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ * { -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */ } @@ -102,13 +84,13 @@ h1 { 50% { opacity: 0.4; } to { opacity: 1.0; } } - + @-webkit-keyframes fade { from { opacity: 1.0; } 50% { opacity: 0.4; } to { opacity: 1.0; } } - + .blink { animation:fade 3000ms infinite; -webkit-animation:fade 3000ms infinite; diff --git a/www/index.html b/www/index.html index 646f9cb..ad07b5e 100644 --- a/www/index.html +++ b/www/index.html @@ -1,33 +1,6 @@ - - diff --git a/www/js/index.js b/www/js/index.js index c31cd83..fe14af4 100644 --- a/www/js/index.js +++ b/www/js/index.js @@ -1,21 +1,3 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ var app = { // Application Constructor initialize: function() { @@ -48,4 +30,4 @@ var app = { } }; -app.initialize(); \ No newline at end of file +app.initialize();