rtCamp / login-with-google

Minimal plugin which allows WordPress user to login with google.
https://wordpress.org/plugins/login-with-google/
GNU General Public License v2.0
63 stars 17 forks source link

Broken js/css #60

Closed mrrobot47 closed 3 years ago

mrrobot47 commented 3 years ago

Currently, the plugin is working, but with broken js/css.

screenshot

This is happening because the js and css build files are in assets directory. Also, the images for the plugin are also there in the same assets directory.

Need to separate these two folders. Images should go to the top level assets folder. And the js/css files should go to the trunk/assets folder for the plugin to work properly.

Currently, images as well as all other files in assets directory are going to the top level assets folder.