[wp-trac] [WordPress Trac] #42711: Support for symlinked themes in the themes folder

WordPress Trac noreply at wordpress.org
Mon Nov 27 12:38:35 UTC 2017


#42711: Support for symlinked themes in the themes folder
-------------------------+-----------------------------
 Reporter:  Afterlame    |      Owner:
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  Awaiting Review
Component:  Themes       |    Version:
 Severity:  normal       |   Keywords:
  Focuses:  template     |
-------------------------+-----------------------------
 Symlinking themes to the theme directory does not work.

 This feature is more important than ever, since developers usually use
 various build tools.
 The repository – almost everytime – looks something like this:


 {{{
 .
 ├── build
 ├── src
 ├── package.json
 └── readme.md
 }}}

 The build folder contains the generated theme. Currently it is necessary
 to use a script to copy the build files to the Wordpress theme folder,
 after a successful build.

 It would be much easier to symlink the build folder to the WP themes
 directory. This way you keep your repository and the WordPress themes
 folder clean.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/42711>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list