bdkjones / CodeKit

CodeKit 3 Issue Tracker
https://codekitapp.com
82 stars 5 forks source link

Codekit always resets 'Minify the output with CSSO' to Never. #646

Closed samuelfarrell closed 3 years ago

samuelfarrell commented 3 years ago

Quick, short summary:

Set 'Minify the Ouput With CSSO' does not remember its value.

Expected results:

It should remember its value.

Actual results:

Always reverts back to 'Never'.

Exact steps to reproduce:

Set 'Minify the Ouput With CSSO' to anything but 'Never', and watch it revert back.

A link to download a simplified project or file that shows the issue:

Your configuration (any details about your system that you think might be relevant)

bdkjones commented 3 years ago

I’m not able to reproduce this over here. Which language are you using? Where are you setting the option? Please attach a small demo project that shows the issue with exact steps to reproduce.

-Bryan

On Mar 8, 2021, at 11:17, Samuel Farrell notifications@github.com wrote:

 Quick, short summary:

Set 'Minify the Ouput With CSSO' does not remember its value.

Expected results:

It should remember its value.

Actual results:

Always reverts back to 'Never'.

Exact steps to reproduce:

Set 'Minify the Ouput With CSSO' to anything but 'Never', and watch it revert back.

A link to download a simplified project or file that shows the issue:

Your configuration (any details about your system that you think might be relevant)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

bdkjones commented 3 years ago

I tested Sass, Less, Stylus, and CSS. They're all working correctly over here. Are you maybe switching branches in Git to a branch with different settings? Or maybe you're changing the option in Project Settings and forgetting that doing so will instantly change it on ALL files of that language in the Project?