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

Assets path must be set as array #2

Closed
gbdrummer opened this issue Apr 30, 2018 · 1 comment
Closed

Assets path must be set as array #2

gbdrummer opened this issue Apr 30, 2018 · 1 comment

Comments

@gbdrummer
Copy link
Contributor

builder.assets = path.resolve('./assets')

throws this error:
screen shot 2018-04-30 at 12 58 41 pm

Instead you currently have to use:

builder.assets = [path.resolve('./assets')]
@coreybutler
Copy link
Owner

This issue is in productionline, not productionline-web.

coreybutler added a commit that referenced this issue May 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants