Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2 -- Update copying static files to copy-webpack-plugin #59

Open
sthzg opened this issue Aug 19, 2016 · 0 comments
Open

V2 -- Update copying static files to copy-webpack-plugin #59

sthzg opened this issue Aug 19, 2016 · 0 comments
Milestone

Comments

@sthzg
Copy link
Member

sthzg commented Aug 19, 2016

In #54 we've updated the build step to support copying a static directory to dist. With #49 we are working on solutions that support running and building on non-root server directories. This requires the static files directory to be copied over to a possibly deeper location than /static/.

To achieve this, we need access to Webpack's stats object, which we don't get easily via a build step in the copy run script. Refactoring the copy operation to copy-webpack-plugin will resolve that and integrate it nicely into the Webpack workflow.

@weblogixx do you have any objections to this? Otherwise I would go ahead integrating it.

@sthzg sthzg added this to the 2.0 milestone Aug 19, 2016
@sthzg sthzg assigned sthzg and unassigned sthzg Aug 19, 2016
@sthzg sthzg changed the title Update copying static files to copy-webpack-plugin V2 -- Update copying static files to copy-webpack-plugin Aug 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant