Skip to content

Commit d1c83cd

Browse files
committed
Merge pull request jquery-archive#2495 from eddiemonge/issue_2494
Issue 2494: Removed accidental css cruft and git info reorder
2 parents 61eed99 + 269c592 commit d1c83cd

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ DATE = $(shell date "+%Y%m%d")
55
VER = $(shell cat version.txt)
66

77
# The command to replace the @VERSION in the files with the actual version
8-
SED_VER = sed "s/@VERSION/$(shell git log -1 --format=format:" Git Build\n * Git Info SHA1: %H Date: %cd")/"
8+
SED_VER = sed "s/@VERSION/$(shell git log -1 --format=format:" Git || Date: %cd Info SHA1: %H")/"
99
deploy: SED_VER = sed "s/@VERSION/${VER}/"
1010

1111
# The version of jQuery core used

themes/default/jquery.mobile.theme.css

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
11
/*!
2-
* jQuery Mobile v Git Build
3-
* Git Info SHA1: 1a405c488cc1ab4bf7322fb2aa14040c2b083aea Date: Mon Aug 22 04:50:18 2011 -0700
4-
* http://jquerymobile.com/
5-
*
6-
* Copyright 2010, jQuery Project
7-
* Dual licensed under the MIT or GPL Version 2 licenses.
8-
* http://jquery.org/license
9-
*/
10-
/*
112
* jQuery Mobile Framework
123
* Copyright (c) jQuery Project
134
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.

0 commit comments

Comments
 (0)