skyframe 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/skyframe/version.rb +1 -1
- data/templates/project/manifest.rb +5 -2
- metadata +1 -1
data/lib/skyframe/version.rb
CHANGED
@@ -117,9 +117,12 @@ html 'files/crossdomain.xml', :to => 'crossdomain.xml'
|
|
117
117
|
html 'files/robots.txt', :to => 'robots.txt'
|
118
118
|
html 'files/humans.txt', :to => 'humans.txt'
|
119
119
|
html 'files/htaccess.txt', :to => '.htaccess'
|
120
|
-
file 'files/readme.md'
|
121
|
-
file 'files/CHANGELOG.md'
|
120
|
+
file 'files/readme.md', :to => 'readme.md'
|
121
|
+
file 'files/CHANGELOG.md', :to => 'CHANGELOG.md'
|
122
122
|
file 'files/config.rb', :to => 'config.rb'
|
123
|
+
file 'files/flash/video-js.swf', :to => 'flash/video-js.swf'
|
124
|
+
|
125
|
+
no_configuration_file!
|
123
126
|
|
124
127
|
help %Q{
|
125
128
|
This is a Compass extension for Skyron using html5-boilerplate templates
|