-
Notifications
You must be signed in to change notification settings - Fork 10
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
can't resolve CSS file with custom workspace #85
Comments
Confirmed it via spec using just an index.md. So it's definitely related to custom |
Oh, I think I see the issue.. it's because if it isn't in a directory, the So instead of www/
theme.css it will work as this though www/
styles/
theme.css |
yes it needs to be in a folder to get imported correctly by nodemodulereplacement |
I think we've covered this through the docs that everything needs to be in a directory. Not sure what the effort is to support this or if it's worth it? |
I think this is resolved now with #355 , maybe just need to make sure there is a test for this |
not sure this is an issue anymore in v0.10.0. |
Type of Change
Summary
Trying to create a project with a custom page template and shared CSS file and getting a build error. (related to #80 )
Details
Workspace
Config
The text was updated successfully, but these errors were encountered: