Sha256: 0a972e707fe5a5de699ab82f2cff06324ecb0d51becc45d61dbb0ab9ed926da0
Contents?: true
Size: 408 Bytes
Versions: 24
Compression:
Stored size: 408 Bytes
Contents
namespace :webpacker do desc "Verifies that bin/webpacker is present" task :check_binstubs do unless File.exist?(Rails.root.join("bin/webpacker")) $stderr.puts "webpacker binstub not found.\n"\ "Have you run rails webpacker:install ?\n"\ "Make sure the bin directory and bin/webpacker are not included in .gitignore\n"\ "Exiting!" exit! end end end
Version data entries
24 entries across 24 versions & 1 rubygems