From 269c592a37d992812962ca054af5ccd37e1cba8b Mon Sep 17 00:00:00 2001 From: Eddie Monge Date: Wed, 21 Sep 2011 13:50:35 -0700 Subject: [PATCH] Issue 2494: Removed accidental css cruft and git info reorder --- Makefile | 2 +- themes/default/jquery.mobile.theme.css | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/Makefile b/Makefile index 6614b2de..d8292ebf 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ DATE = $(shell date "+%Y%m%d") VER = $(shell cat version.txt) # The command to replace the @VERSION in the files with the actual version -SED_VER = sed "s/@VERSION/$(shell git log -1 --format=format:" Git Build\n * Git Info SHA1: %H Date: %cd")/" +SED_VER = sed "s/@VERSION/$(shell git log -1 --format=format:" Git || Date: %cd Info SHA1: %H")/" deploy: SED_VER = sed "s/@VERSION/${VER}/" # The version of jQuery core used diff --git a/themes/default/jquery.mobile.theme.css b/themes/default/jquery.mobile.theme.css index 1874ce61..b9a80b0c 100644 --- a/themes/default/jquery.mobile.theme.css +++ b/themes/default/jquery.mobile.theme.css @@ -1,13 +1,4 @@ /*! - * jQuery Mobile v Git Build - * Git Info SHA1: 1a405c488cc1ab4bf7322fb2aa14040c2b083aea Date: Mon Aug 22 04:50:18 2011 -0700 - * http://jquerymobile.com/ - * - * Copyright 2010, jQuery Project - * Dual licensed under the MIT or GPL Version 2 licenses. - * http://jquery.org/license - */ -/* * jQuery Mobile Framework * Copyright (c) jQuery Project * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.