Closed adnjoo closed 2 weeks ago
rails assets:clobber to fix tailwind no compile^1
rails assets:clobber
used to delete or "clear out" the entire contents of the public/assets directory. This task is part of the asset pipeline and is usually used in combination with assets:precompile when deploying an app.
public/assets
assets:precompile
162
rails assets:clobber
to fix tailwind no compile^1used to delete or "clear out" the entire contents of the
public/assets
directory. This task is part of the asset pipeline and is usually used in combination withassets:precompile
when deploying an app.