File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
integrations/tailwindcss-cli/tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ describe('Build command', () => {
291291 -i, --input Input file
292292 -o, --output Output file
293293 -w, --watch Watch for changes and rebuild as needed
294- -p, --poll Poll for changes every so often and rebuild
294+ -p, --poll Use polling instead of filesystem events when watching
295295 --content Content paths to use for removing unused classes
296296 --postcss Load custom PostCSS configuration
297297 -m, --minify Minify the output
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ let commands = {
161161 '--input' : { type : String , description : 'Input file' } ,
162162 '--output' : { type : String , description : 'Output file' } ,
163163 '--watch' : { type : Boolean , description : 'Watch for changes and rebuild as needed' } ,
164- '--poll' : { type : Boolean , description : 'Poll for changes every so often and rebuild ' } ,
164+ '--poll' : { type : Boolean , description : 'Use polling instead of filesystem events when watching ' } ,
165165 '--content' : {
166166 type : String ,
167167 description : 'Content paths to use for removing unused classes' ,
You can’t perform that action at this time.
0 commit comments