Use stable in grunt file

This commit is contained in:
Jordan Bates 2013-04-25 15:18:40 -07:00
parent 45851c07b3
commit 5afab40940
5 changed files with 7 additions and 5 deletions

View File

@ -85,7 +85,7 @@ module.exports = (grunt) ->
'git checkout <%= pkg.meta.mainBranch %>',
'git commit -am "Release <%= pkg.meta.name %> v<%= pkg.version %>."',
'git tag -a <%= pkg.version %> -m "<%= pkg.meta.name %> v<%= pkg.version %>."',
'git tag -af stable-v3 -m "<%= pkg.meta.name %> v<%= pkg.version %>."'
'git tag -af stable -m "<%= pkg.meta.name %> v<%= pkg.version %>."'
].join(' && ')
stdout: true

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -496,7 +496,9 @@ a.hide-announcement {
.qphl {
outline: 2px solid rgba(216, 94, 49, .7);
}
.yourPost .reply {
border-left: 1px solid rgba(221,0,0,.5);
}
/* Quote Threading */
.threadContainer {
margin-left: 20px;