Skip to content

v2.0.13

Compare
Choose a tag to compare
@flavorjones flavorjones released this 05 Sep 19:14
· 455 commits to main since this release
89e1b30

v2.0.13 / 2022-09-05

  • Correctly handle paths with embedded spaces. #184 by @flavorjones
  • The build and watch tasks accept a debug argument to generate unminified assets: rails tailwindcss:build[debug] or rails tailwindcss:watch[debug]. #198 by @flavorjones
  • The watch task accepts a poll argument to use polling instead of file system events: rails tailwindcss:watch[poll]. #199 by @flavorjones