We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 036bbb8 commit 26b4d8eCopy full SHA for 26b4d8e
lib/tasks/webpacker/check_binstubs.rake
@@ -2,7 +2,7 @@ namespace :webpacker do
2
desc "Verifies that bin/webpacker is present"
3
task :check_binstubs do
4
unless File.exist?(Rails.root.join("bin/webpacker"))
5
- $stderr.puts "webpack binstub not found.\n"\
+ $stderr.puts "webpacker binstub not found.\n"\
6
"Have you run rails webpacker:install ?\n"\
7
"Make sure the bin directory and bin/webpacker are not included in .gitignore\n"\
8
"Exiting!"
0 commit comments