class Jets::Commands::WebpackerTemplate
Done this way so it works for both jets new and jets webpacker:install
javascript assets to support Jets.
These commands are ran after rake webpacker:install to enhance the generated
def self.source_root
def self.source_root File.expand_path("templates/webpacker", File.dirname(__FILE__)) end
def reapply_templates
def reapply_templates directory "app/javascript", "app/javascript", force: options[:force]#, bootstrap: options[:bootstrap] end