Bryan Jones

Results 610 comments of Bryan Jones

Yea, the issue here is that the order of plugins is incredibly important in getting bundling to work correctly. The whole bundling configuration process is the largest clusterfuck I've ever...

CodeKit inherits your global ENV, so setting that at a global level should affect the app as well.

Ok, so the next update will expose UI options for rewriting `process.env.NODE_ENV` with string literals using the rollup plugin. It will also expose a UI option for setting `NODE_ENV` itself.

It is possible, but you’d need to set up a custom Rollup configuration and trigger it with a Hook. The custom plugins feature is VERY complicated because of the interdependencies...

Hmm. Can you post the file producing this? Warnings should not stop the build process. In the meantime, go to Project Settings > Build Process and disable the option to...

Yep. I can add this capability, but it currently would apply only when compiling using Libsass. Since Dart Sass is the canonical Sass compiler, it would be best to have...

First, do you have `file3.js` set to be minified? If so, do you have the minifier set to drop `console.log()` statements? Second, please put together a small demo project and...

Are you running CodeKit 3.11? I just tested this situation over here and cannot reproduce the behavior you described in the initial issue. I created one file that was outside...

The attached test project is what I used to evaluate your initial report: [test.zip](https://github.com/bdkjones/CodeKit/files/4508242/test.zip)

No worries. As far as I can tell, everything is working correctly. If you can get a simplified case that shows the problem (try downloading my test project and modifying...