mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Merge pull request #2495 from eddiemonge/issue_2494
Issue 2494: Removed accidental css cruft and git info reorder
This commit is contained in:
commit
d1c83cd085
2 changed files with 1 additions and 10 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue