lib/tasks/vite.rake in vite_ruby-1.1.2 vs lib/tasks/vite.rake in vite_ruby-1.2.0
- old
+ new
@@ -20,10 +20,9 @@
end
desc 'Remove the vite build output directory'
task clobber: :'vite:verify_install' do
ViteRuby.commands.clobber
- $stdout.puts "Removed vite build output directory #{ ViteRuby.config.build_output_dir }"
end
desc 'Verifies if ViteRuby is properly installed in this application'
task :verify_install do
ViteRuby.commands.verify_install