Skip to content

Commit

Permalink
Remove filename
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravtiwari committed Mar 22, 2017
1 parent 101c4f6 commit 5842c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/installers/react.rake
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace :webpacker do
FileUtils.copy File.expand_path("../../install/examples/react/.babelrc", __dir__),
Rails.root

puts "Copying react example hello_react.jsx to #{Webpacker::Configuration.entry_path}"
puts "Copying react example to #{Webpacker::Configuration.entry_path}"
FileUtils.copy File.expand_path("../../install/examples/react/hello_react.jsx", __dir__),
Rails.root.join(Webpacker::Configuration.entry_path, "hello_react.jsx")

Expand Down

0 comments on commit 5842c70

Please sign in to comment.