Skip to content
Discussion options

You must be logged in to vote

Neither modman nor extra.map actually work for the public folder. That's because those methods only create non-public symlinks in the vendor dir for the purpose of autoloading PHP files, as well as loading xml and csv files.

I don't believe we have ever automatically copied files from a module's public folders, but FileCopyPlugin.php is where this should be implemented, and the file mapping from modman and extra.map can be supported here.

However there were a few sticky points, such as what happens if a user wants to override a file in public, or if two modules defines the same file. One possible solution is putting public files from modules into public/vendor or something similar. We wou…

Replies: 3 comments 17 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@justinbeaty
Comment options

@fballiano
Comment options

@fballiano
Comment options

@justinbeaty
Comment options

@fballiano
Comment options

Answer selected by fballiano
Comment options

You must be logged in to vote
11 replies
@fballiano
Comment options

@luigifab
Comment options

@justinbeaty
Comment options

@justinbeaty
Comment options

@luigifab
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants