From da1e6750a03216c0930e3941acd9f25d396614f6 Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Wed, 16 Mar 2016 14:44:01 -0700 Subject: [PATCH] [Frontend] Removed reset.css and refs to modernizr #700 Removed reset.css; Removed refs to modernizr from licenses and readme.md; --- LICENSES.md | 24 ------------------------ platform/commonUI/general/bundle.js | 14 -------------- 2 files changed, 38 deletions(-) diff --git a/LICENSES.md b/LICENSES.md index e7ab92507b..b6044d3ac4 100644 --- a/LICENSES.md +++ b/LICENSES.md @@ -309,30 +309,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI --- -### Modernizr - -#### Info - -* Link: http://modernizr.com - -* Version: 2.6.2 - -* Author: Faruk Ateş - -* Description: Browser/device capability finding - -#### License - -Copyright (c) 2009–2015 - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - ---- - ### Normalize.css #### Info diff --git a/platform/commonUI/general/bundle.js b/platform/commonUI/general/bundle.js index 02512fc9fd..3e7f558e8b 100644 --- a/platform/commonUI/general/bundle.js +++ b/platform/commonUI/general/bundle.js @@ -177,10 +177,6 @@ define([ { "stylesheetUrl": "css/normalize.min.css", "priority": "mandatory" - }, - { - "stylesheetUrl": "css/reset.css", - "priority": "mandatory" } ], "templates": [ @@ -523,16 +519,6 @@ define([ } ], "licenses": [ - { - "name": "Modernizr", - "version": "2.6.2", - "description": "Browser/device capability finding", - "author": "Faruk Ateş", - "website": "http://modernizr.com", - "copyright": "Copyright (c) 2009–2015", - "license": "license-mit", - "link": "http://modernizr.com/license/" - }, { "name": "Normalize.css", "version": "1.1.2",