keegnotrub / coda-sass-plugin

A plug-in for Panic's Coda 2 that converts scss files into css files.
https://github.com/keegnotrub/coda-sass-plugin
82 stars 10 forks source link

Optional save #30

Open joneslloyd opened 8 years ago

joneslloyd commented 8 years ago

Hi there,

Great plugin - I use it all of the time.

Not sure if this is the right place for this request but:

How difficult would it be to add an option to exclude the automatic compiling of the SASS on a per-Coda Project basis?

The reason I ask is that in some cases, I create the CSS via a gulpfile, whereas other times I use this plugin.

When using a gulpfile, I get an erroneous CSS file output that I have to delete after each save, and then I run the gulpfile to create the one I want.

The ability to just say "Don't use this plugin for this project - Remember this setting" would be great.

Anyway, thanks for this plugin!

keegnotrub commented 8 years ago

Thanks for the feedback. This is something I could look into. My only concern would be the case where someone wouldn't use projects but perhaps it could just be enabled in cases such as that. I also am not sure if I can dynamically change the settings based on the current project but if I can I'll give it a go.

I'll leave this ticket open to check it out once I have some time, in the meantime however, have you considered just disabling the plugin while working on a project that you do not need it? I believe this can be done from the plugins tab of the main Coda preferences screen.

joneslloyd commented 8 years ago

Thanks for getting back to me.

True & fair point re: when somebody doesn't use projects. Is that rare? (I don't actually know the answer to that!)

Also thanks for checking it out when you have the time! Disabling the plugin would work.

On 16 February 2016 at 16:12, Ryan Krug notifications@github.com wrote:

Thanks for the feedback. This is something I could look into. My only concern would be the case where someone wouldn't use projects but perhaps it could just be enabled in cases such as that. I also am not sure if I can dynamically change the settings based on the current project but if I can I'll give it a go.

I'll leave this ticket open to check it out once I have some time, in the meantime however, have you considered just disabling the plugin while working on a project that you do not need it? I believe this can be done from the plugins tab of the main Coda preferences screen.

— Reply to this email directly or view it on GitHub https://github.com/keegnotrub/coda-sass-plugin/issues/30#issuecomment-184721129 .