Skip to content

Commit

Permalink
Issue 2494: Removed accidental css cruft and git info reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiemonge committed Sep 21, 2011
1 parent 61eed99 commit 269c592
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 0 additions & 9 deletions themes/default/jquery.mobile.theme.css
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 269c592

Please sign in to comment.