Skip to content

v1.3.3

Latest
Compare
Choose a tag to compare
@csalmeida csalmeida released this 18 Dec 21:15
  • Adds more flexibility to what path is accepted as a theme path when using the component generator, it can now accept:
    • A blank value "" which will default to the project directory and look for a wp-content/themes/theme-folder-name directory.
    • The current directory value "." or "./" will tell the generator theme-folder-name is in the current working directory.
    • A custom directory, will append the custom path giver (e.g my-wordpress-themes) to the current working directory and will look for the theme folder there. This example would result in user/project-directory/my-wordpress-themes/theme-folder-name.