Bryan Jones

Results 610 comments of Bryan Jones

CodeKit only refreshes the project when something changes that requires a reindexing—you add a new file, remove one, rename one, move one, etc. if you’re seeing constant refreshes, you likely...

Does the issue occur when you work on the folder locally rather than through a Transmit-mounted disk? > On 26 Jul 2018, at 06:56, eaglejohn wrote: > > I only...

Yea, I expected that to be the case. It’s happening because of the kernel file-change events that are posted. The type of file-change event is marked as “new file created”...

When using build folders, you really want to avoid custom output paths and, instead, have files mirror their input path into the build folder. That way, when you change things,...

Please post a small demo project and an exact set of steps to reproduce the issue so I can walk through it over here. Thanks.

Which plugins are you looking to use? And out of curiosity, why are you not on Sass? Sent from my iPhone > On Apr 18, 2017, at 12:39, Calvin Juárez...

You’d want CodeKit to simply re-compile your Less file if the plugin file changes? Can you provide a VERY simple test project that I could use to test the implementation...

What are the rules for `@plugin` statements? For example, are these valid? // Multiple files? @plugin 'multiple.js', 'files.js', 'inline.js'; // No extension. Assumed to be .js? @plugin 'multiple' // Remote...

Ok. It’s simple enough to have CodeKit recognize @plugin and link the dependency between files. I’ll get it in the next release. Sent from my iPhone > On Jul 11,...

Yea, I definitely see the issue. I'm debating what the best way to handle this is. Addressing it soon is definitely on my list.