haml-edge 2.1.29 → 2.1.30
Sign up to get free protection for your applications and to get access to all the features.
- data/EDGE_GEM_VERSION +1 -1
- data/Rakefile +1 -2
- data/VERSION +1 -1
- metadata +1 -1
data/EDGE_GEM_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.1.
|
1
|
+
2.1.30
|
data/Rakefile
CHANGED
@@ -155,13 +155,12 @@ rescue LoadError
|
|
155
155
|
end
|
156
156
|
|
157
157
|
task :pages do
|
158
|
-
require 'fileutils'
|
159
158
|
raise 'No ENV["PROJ"]!' unless proj = ENV["PROJ"]
|
160
159
|
sh %{git checkout #{proj}-pages}
|
161
160
|
sh %{git reset --hard origin/#{proj}-pages}
|
162
161
|
|
163
162
|
sh %{staticmatic build .}
|
164
|
-
|
163
|
+
sh %{rsync -av --delete site/ /var/www/#{proj}-pages}
|
165
164
|
end
|
166
165
|
|
167
166
|
# ----- Coverage -----
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.1.
|
1
|
+
2.1.30
|