golf 0.3.3 → 0.3.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/golf/cli.rb +1 -1
- data/lib/golf/version.rb +1 -1
- metadata +1 -1
data/lib/golf/cli.rb
CHANGED
@@ -36,7 +36,7 @@ module Golf
|
|
36
36
|
component_name = name
|
37
37
|
package_name = name
|
38
38
|
end
|
39
|
-
create_file "components/#{package_name}/#{component_name}.html" do
|
39
|
+
create_file "golfpp/components/#{package_name}/#{component_name}.html" do
|
40
40
|
File.read(File.expand_path("../../../templates/component/Component.html", __FILE__))
|
41
41
|
end
|
42
42
|
end
|
data/lib/golf/version.rb
CHANGED