Update template.css to match github

This commit is contained in:
bootstraponline
2014-03-07 20:35:21 -05:00
parent 25d30aee64
commit d2f7766aea
4 changed files with 19 additions and 14 deletions
+5
View File
@@ -128,6 +128,11 @@ task :build => :gemspec do
sh "mv #{gem_file} pkg"
end
desc "Build and install"
task :install => :build do
sh "gem install --local --no-ri --no-rdoc pkg/#{name}-#{version}.gem"
end
desc 'Update gemspec'
task :gemspec => :validate do
# read spec file and split out manifest section