compass_extension 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- data/templates/project/manifest.rb +5 -5
- metadata +1 -1
@@ -49,16 +49,16 @@ else
|
|
49
49
|
javascript 'javascripts/script.js', :to => 'script.js'
|
50
50
|
end
|
51
51
|
html 'files/404.html', :to => '404.html'
|
52
|
-
file 'files/htaccess', :to => '.htaccess'
|
53
52
|
html 'files/crossdomain.xml', :to => 'crossdomain.xml'
|
54
53
|
html 'files/robots.txt', :to => 'robots.txt'
|
55
54
|
html 'files/humans.txt', :to => 'humans.txt'
|
56
55
|
html 'files/apple-touch-icon.png', :to => 'apple-touch-icon.png'
|
57
56
|
image 'files/apple-touch-icon-57x57-precomposed.png', :to => 'apple-touch-icon-57x57-precomposed.png'
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
57
|
+
html 'files/apple-touch-icon-57x57-precomposed.png', :to => 'apple-touch-icon-57x57-precomposed.png'
|
58
|
+
html 'files/apple-touch-icon-72x72-precomposed.png', :to => 'apple-touch-icon-72x72-precomposed.png'
|
59
|
+
html 'files/apple-touch-icon-114x114-precomposed.png', :to => 'apple-touch-icon-114x114-precomposed.png'
|
60
|
+
html 'files/apple-touch-icon-precomposed.png', :to => 'apple-touch-icon-precomposed.png'
|
61
|
+
html 'files/favicon.png', :to => 'favicon.png'
|
62
62
|
|
63
63
|
help %Q{
|
64
64
|
This is a Compass extension for HTML5 Boilerplate by Paul Irish
|