We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b2a5ec commit b889dfcCopy full SHA for b889dfc
lib/tasks/build.rake
@@ -6,6 +6,7 @@ namespace :tailwindcss do
6
system TAILWIND_COMPILE_COMMAND
7
end
8
9
+ desc "Watch and build your Tailwind CSS on file changes"
10
task :watch do
11
system "#{TAILWIND_COMPILE_COMMAND} -w"
12
0 commit comments