I have Tailwind in my application using 'JIT' and I do not want to use CodeKit to process it as it takes a lot longer in comparison to the CLI.
I have set the CSS file output to be ignored, but PostCSS processes the file and copies anyway.
This worked in the past, but for some reason, it continues to process. Also, the node_modules folder is also present within the dist folder even though its listed under 'Skipped folders' in general settings. I have to manually find the folder and click 'skip'
Expected results:
CodeKit should not process or copy the main.css file that is set to 'ignore'.
Actual results:
src/css/main.css is set as 'ignore it' under 'when this files changes or builds', however it processes and copies into the dist folders.
I am using Tailwind CLI to watch for changes and output accordingly. Every time Tailwind outputs the CSS, CodeKit processes again and invalidates.
Exact steps to reproduce:
Use 'build process', build name: 'dist', source name: 'src'.
Add Tailwind CSS file to src/css/main.css, set output to ignore.
Run the following: 'npx tailwindcss -i src/css/main.css -o dist/css/main.min.css --watch'.
Make a change to the css, HTML or PHP file and watch CodeKit process anyway.
Your configuration (any details about your system that you think might be relevant)
Quick, short summary:
I have Tailwind in my application using 'JIT' and I do not want to use CodeKit to process it as it takes a lot longer in comparison to the CLI.
I have set the CSS file output to be ignored, but PostCSS processes the file and copies anyway.
This worked in the past, but for some reason, it continues to process. Also, the node_modules folder is also present within the dist folder even though its listed under 'Skipped folders' in general settings. I have to manually find the folder and click 'skip'
Expected results:
CodeKit should not process or copy the main.css file that is set to 'ignore'.
Actual results:
src/css/main.css is set as 'ignore it' under 'when this files changes or builds', however it processes and copies into the dist folders.
I am using Tailwind CLI to watch for changes and output accordingly. Every time Tailwind outputs the CSS, CodeKit processes again and invalidates.
Exact steps to reproduce:
Use 'build process', build name: 'dist', source name: 'src'.
Add Tailwind CSS file to src/css/main.css, set output to ignore.
Run the following: 'npx tailwindcss -i src/css/main.css -o dist/css/main.min.css --watch'.
Make a change to the css, HTML or PHP file and watch CodeKit process anyway.
Your configuration (any details about your system that you think might be relevant)
CodeKit 3.15 Tailwind CSS: 2.2.17