forked from cantino/selectorgadget
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ else | |
git clone [email protected]:cantino/selectorgadget.git tmp-sg | ||
cd tmp-sg | ||
fi | ||
s3cmd sync -f --cf-invalidate --guess-mime-type --delete-removed --rexclude=^.git\|^sites\|^test\|^bin . s3://selectorgadget.com/unstable/ | ||
s3cmd put --cf-invalidate doc/* s3://selectorgadget.com | ||
s3cmd sync --cf-invalidate --guess-mime-type --no-mime-magic --delete-removed --rexclude=^.git\|^sites\|^test\|^bin . s3://selectorgadget.com/unstable/ | ||
s3cmd put --cf-invalidate --guess-mime-type --no-mime-magic doc/* s3://selectorgadget.com | ||
git reset --hard && git clean -df && git checkout 0.4.2 | ||
s3cmd sync --cf-invalidate --guess-mime-type --delete-removed --rexclude=^.git\|^sites\|^test\|^bin . s3://selectorgadget.com/stable/ | ||
s3cmd sync --cf-invalidate --guess-mime-type --no-mime-magic --delete-removed --rexclude=^.git\|^sites\|^test\|^bin . s3://selectorgadget.com/stable/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
|
||
/* line 1, lib/css/selectorgadget.css.scss */ | ||
div#selectorgadget_main { | ||
azimuth: center !important; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
|
||
/*! | ||
* jQuery JavaScript Library v1.4.3 | ||
* http://jquery.com/ | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.