bdkjones / CodeKit2

CodeKit 2 Beta
97 stars 4 forks source link

Request: CSSO integration #315

Open NazarkinRoman opened 10 years ago

NazarkinRoman commented 10 years ago

Hello!

How about CSSO(https://github.com/css/csso) integration? I tried to implement this feature with hooks, but face problem - how I can get path of changed files inside hook?

Thanks.

mkoistinen commented 10 years ago

+1

bdkjones commented 10 years ago

You can have your Hook simply scan the files in the project and operate on any that have a modification date within the last 10-15 seconds.

But I agree: Hooks need a bit more power. I’ll be doing that in the future.

On 18 Mar 2014, at 04:38, Nazarkin Roman notifications@github.com wrote:

Hello!

How about CSSO(https://github.com/css/csso) integration? I tried to implement this feature with hooks, but face problem - how I can get path of changed files inside hook?

Thanks.

— Reply to this email directly or view it on GitHub.

Grawl commented 10 years ago

+1 for integration