Flowdock
method

run_webpack

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: AppBase
run_webpack() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/generators/app_base.rb, line 411
      def run_webpack
        if webpack_install?
          rails_command "webpacker:install"
          rails_command "webpacker:install:#{options[:webpack]}" if options[:webpack] && options[:webpack] != "webpack"
        end
      end
Register or log in to add new notes.