tiny_cms 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/generators/tiny_cms_assets/tiny_cms_assets_generator.rb +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.1
|
@@ -6,7 +6,7 @@ class TinyCmsAssetsGenerator < Rails::Generator::Base
|
|
6
6
|
|
7
7
|
m.directory "public/javascripts/jquery-tree/jquery-tree-plugins"
|
8
8
|
|
9
|
-
%w(jquery-1.4.2.min.js jquery-ui-dialog.js
|
9
|
+
%w(jquery-1.4.2.min.js jquery-ui-dialog.js tiny_cms.js).each do |file|
|
10
10
|
m.file "javascripts/#{file}", "public/javascripts/#{file}"
|
11
11
|
end
|
12
12
|
|