Skip to content

Commit b889dfc

Browse files
authored
add description to watch task (#130)
1 parent 2b2a5ec commit b889dfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/tasks/build.rake

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ namespace :tailwindcss do
66
system TAILWIND_COMPILE_COMMAND
77
end
88

9+
desc "Watch and build your Tailwind CSS on file changes"
910
task :watch do
1011
system "#{TAILWIND_COMPILE_COMMAND} -w"
1112
end

0 commit comments

Comments
 (0)