Module: ViewPrimitives::Generators::Detector

Included in:
AddGenerator, InstallGenerator
Defined in:
lib/generators/view_primitives/detector.rb

Constant Summary collapse

TAILWIND_ENTRIES =
[
  {path: "app/assets/tailwind/application.css", stylesheets: "app/assets/stylesheets"},
  {path: "app/assets/stylesheets/application.tailwind.css", stylesheets: "app/assets/stylesheets"},
  {path: "app/assets/builds/tailwind.css", stylesheets: "app/assets/stylesheets"},
  {path: "app/frontend/entrypoints/application.css", stylesheets: "app/frontend/stylesheets"},
  {path: "app/javascript/entrypoints/application.css", stylesheets: "app/javascript/stylesheets"},
  {path: "app/javascript/application.css", stylesheets: "app/javascript/stylesheets"}
].freeze
JS_CONTROLLER_DIRS =
%w[app/javascript/controllers app/frontend/controllers].freeze