Utkarsh Patel

Results 15 issues of Utkarsh Patel

## Feature description Production bundle is serving non minified JS. Production bundle should ideally serve a minified version of JS when the `SCRIPT_DEBUG` flag is false. ![image](https://user-images.githubusercontent.com/5015489/120627570-6ccafe00-c481-11eb-9b90-4bf34a5dd17f.png) _This may require...

## Feature description Add theme tests as part of GitHub actions. Currently, Only plugin tests are being executed in CI. --------------- _Do not alter or remove anything below. The following...

technical debt

Running wp command throws this warning. Example: `ee4 wp test2.com cache type` ``` PHP Warning: Module 'memcache' already loaded in Unknown on line 0 Default ``` Also, Memcache seems to...

bug
good first issue

Take rest api request for instance `/wp-json/wp/v2/search/?search=unit&subtype=custom-post-type&type=post` Where the custom post type has search excluded using `'exclude_from_search' => true`. Yet, solr-power takes over and returns empty results.

Add a git workflow http://nvie.com/posts/a-successful-git-branching-model/ http://wpveda.com/git/workflow.html#workflow