rails / webpacker

Use Webpack to manage app-like JavaScript modules in Rails
MIT License
5.31k stars 1.47k forks source link

Cherry-pick "Nothing to do" logging update onto `5.x` #3274

Closed davidmyersdev closed 2 years ago

davidmyersdev commented 2 years ago

Is there any way we could get https://github.com/rails/webpacker/commit/716655f48b7b5e3bda0aca8727853bfc5cdc295b cherry-picked onto 5.x?

diff --git a/lib/webpacker/compiler.rb b/lib/webpacker/compiler.rb
index 0c3cda89f..d31950277 100644
--- a/lib/webpacker/compiler.rb
+++ b/lib/webpacker/compiler.rb
@@ -28,7 +28,7 @@ def compile
         record_compilation_digest
       end
     else
-      logger.info "Everything's up-to-date. Nothing to do"
+      logger.debug "Everything's up-to-date. Nothing to do"
       true
     end
   end
justin808 commented 2 years ago

@voraciousdev can you migrate to Shakapacker?

You can also open an issue there for me to make a release for Shakapacker. I can't release it here.