JavaScript for WordPress › Forums › Gutenberg Development › Re-branding the example plugin › Reply To: Re-branding the example plugin
January 14, 2018 at 12:05 pm
#38035
Zac Gordon
Keymaster
Interesting. So I just looked through the source and doing find and replace on “jsforwp” turns up
– CSS Style, fine
– Block names and namespace, should be fine
– Enqueue function calls and names, should be fine
My thoughts would be this.. Mmm…
– Check for any errors, of course
– Try wiping the bundled code and run a clean npm run build, just to try
– Try changing it back and see if it works again. If it works you have to gradually go through and change on smaller scope first
If you do a find all in your app do you see anything different that was affected? Were there any errors displaying at all?