From 5e2c493ea55237114024fbe9a79b2f94c5702203 Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Mon, 8 Apr 2013 11:00:15 -0400 Subject: [PATCH] Remove CSS/JS comments that were making their way into minified code We will provide our own copyright and license comments in the files that need them Also remove the byte-order mark from spectrum.css. It would appear in the middle of the file, and there's no need in UTF-8 anyway. (imported from commit dc32113e88bc6533f37f3378ffeac26f2050d0e7) --- zephyr/static/styles/fonts.css | 2 +- zephyr/static/third/bootstrap/css/bootstrap-responsive.css | 2 +- zephyr/static/third/bootstrap/css/bootstrap.css | 2 +- zephyr/static/third/spectrum/spectrum.css | 2 +- zephyr/static/third/xdate/xdate.dev.js | 2 +- zephyr/static/third/zocial/zocial.css | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/zephyr/static/styles/fonts.css b/zephyr/static/styles/fonts.css index 3edf0109eb..c6ac97a4a1 100644 --- a/zephyr/static/styles/fonts.css +++ b/zephyr/static/styles/fonts.css @@ -1,4 +1,4 @@ -/*! +/* * Portions of this file are under the following license: * * Font Awesome 3.0.2 License diff --git a/zephyr/static/third/bootstrap/css/bootstrap-responsive.css b/zephyr/static/third/bootstrap/css/bootstrap-responsive.css index 3bd155eb5a..1030cb9b22 100644 --- a/zephyr/static/third/bootstrap/css/bootstrap-responsive.css +++ b/zephyr/static/third/bootstrap/css/bootstrap-responsive.css @@ -1,4 +1,4 @@ -/*! +/* * Bootstrap Responsive v2.1.1 * * Copyright 2012 Twitter, Inc diff --git a/zephyr/static/third/bootstrap/css/bootstrap.css b/zephyr/static/third/bootstrap/css/bootstrap.css index 9fa6f766fc..4e9f678935 100644 --- a/zephyr/static/third/bootstrap/css/bootstrap.css +++ b/zephyr/static/third/bootstrap/css/bootstrap.css @@ -1,4 +1,4 @@ -/*! +/* * Bootstrap v2.1.1 * * Copyright 2012 Twitter, Inc diff --git a/zephyr/static/third/spectrum/spectrum.css b/zephyr/static/third/spectrum/spectrum.css index 206734167f..7541a57bf8 100644 --- a/zephyr/static/third/spectrum/spectrum.css +++ b/zephyr/static/third/spectrum/spectrum.css @@ -1,4 +1,4 @@ -/*** +/*** Spectrum Colorpicker v1.0.0 https://github.com/bgrins/spectrum Author: Brian Grinstead diff --git a/zephyr/static/third/xdate/xdate.dev.js b/zephyr/static/third/xdate/xdate.dev.js index 6c47bc9f2b..29e6a7c90a 100644 --- a/zephyr/static/third/xdate/xdate.dev.js +++ b/zephyr/static/third/xdate/xdate.dev.js @@ -1,5 +1,5 @@ /** - * @preserve XDate v0.8 + * XDate v0.8 * Docs & Licensing: http://arshaw.com/xdate/ */ diff --git a/zephyr/static/third/zocial/zocial.css b/zephyr/static/third/zocial/zocial.css index 713b6a8a9e..043eef901f 100644 --- a/zephyr/static/third/zocial/zocial.css +++ b/zephyr/static/third/zocial/zocial.css @@ -3,7 +3,7 @@ /* BEGIN ZSOCIAL CSS * Local modifications: removed extra styles we weren't using */ -/*! +/* Zocial Butons http://zocial.smcllns.com by Sam Collins (@smcllns)