Dovid Levine

Results 315 comments of Dovid Levine

half a year later and silence... Does that mean this project is abandoned?

@ataylorme, the php debug flag is set to false.

I cant find the nonpaywalled version of that video, but `wp_enqueue_script` still works no matter where you place it. Best practice would be to either create something like `inc/Scripts/Component.php`, or...

Turns out the initial issue I posted was actually hiding the real issue: that the function is being called multiple times for some reason. Updated the issue to reflect this.

@Horlaes , just wondering a few things about your code sample. 1. noticed youre started with `class Mega_Nav_Menu` and are using `initialize()`, but didnt include `implements Component_Interface`. Which if I...

@ChrisBuck-Harness how are you including `Custom_Walker_Nav_Main_Menu`? WP_Rig doesn't have real autoloading (it only autoloads the various `new Component()` statements....

Appreciate the response, and I'm hoping to change your mind :) I agree that the production theme should be as minimal as possible, just not at the cost of increasing...

>If we switch to a blacklist I expect a similarly large number of rules. All source assets (CSS, JS, images), optional, gulp related files, config, CHANGELOG, CONTRIBUTING, node_modules, etc. >I...

>A simple rule to remember is Files that are not under version control will not be part of the prod theme. That's not current behavior.

>Said differently: when you add some files that are not yet whitelisted in .gitignore, that's a sign you might need to update filesToCopy. Thanks for clarifying - I actually forgot...