pondasee 1.0.rc.3 → 1.0.rc.4
Sign up to get free protection for your applications and to get access to all the features.
- data/templates/project/manifest.rb +3 -3
- metadata +1 -1
@@ -23,11 +23,11 @@ javascript 'js/plugins.js', :to => 'plugins.js'
|
|
23
23
|
javascript 'js/methods.js', :to => 'methods.js'
|
24
24
|
|
25
25
|
#html
|
26
|
-
html 'index.html'
|
26
|
+
html 'index.html'
|
27
27
|
|
28
28
|
#file
|
29
|
-
file 'config.rb'
|
30
|
-
file 'humans.txt'
|
29
|
+
file 'config.rb'
|
30
|
+
file 'humans.txt'
|
31
31
|
|
32
32
|
#image
|
33
33
|
image 'img/button.png', :to => 'button.png'
|