Sha256: 51ef304b7887c700f854d0c61898cf7825c276509202b283403bb2bcea47cb10
Contents?: true
Size: 399 Bytes
Versions: 61
Compression:
Stored size: 399 Bytes
Contents
namespace :webpacker do desc "Verifies that webpack & webpack-dev-server are present." task :check_binstubs do unless File.exist?("bin/webpack") $stderr.puts "webpack binstubs not found.\n"\ "Have you run rails webpacker:install ?\n"\ "Make sure the bin directory or binstubs are not included in .gitignore\n"\ "Exiting!" exit! end end end
Version data entries
61 entries across 61 versions & 4 rubygems