Skip to content

Commit

Permalink
#8 tacit.min.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Apr 9, 2015
1 parent 7519d84 commit 503f5a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ release:
git checkout gh-pages
mv /tmp/tacit-${tag}.min.css .
git add tacit-${tag}.min.css
cp tacit-${tag}.min.css tacit.min.css
git add tacit.min.css
mv /tmp/index.html .
git add index.html
git commit -am "${tag}"
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="keywords" content="css, html5, css framework"/>
<meta name="description" content="CSS Framework for Dummies"/>
<link rel="stylesheet" type="text/css" href="tacit-VERSION.min.css"/>
<link rel="stylesheet" type="text/css" href="tacit.min.css"/>
<title>tacit</title>
<link rel="shortcut icon" type="image/gif" href="logo.gif"/>
</head>
Expand All @@ -29,7 +29,7 @@
<pre>&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;link rel="stylesheet" type="text/css" href="//yegor256.github.io/tacit/tacit-VERSION.min.css"/&gt;
&lt;link rel="stylesheet" type="text/css" href="//yegor256.github.io/tacit/tacit.min.css"/&gt;
&lt;/head&gt;
&lt;/html&gt;</pre>
<p>
Expand Down

0 comments on commit 503f5a5

Please sign in to comment.