Skip to content
This repository has been archived by the owner on Apr 12, 2019. It is now read-only.

I can't make the styles work #56

Open
ejpg opened this issue Apr 13, 2018 · 1 comment
Open

I can't make the styles work #56

ejpg opened this issue Apr 13, 2018 · 1 comment

Comments

@ejpg
Copy link

ejpg commented Apr 13, 2018

It renders the html but without the styles.

My options:

var options = { 'css': __dirname + "/../src/assets/css/app.css", 'html': __dirname + "/../src/index.html" }

My folders:

+-- _routes
| +-- routes.js <-- where im calling the function
+-- _ src
| +-- index.html
| |+-- _assets
| ||+-- _css
| |||+-- app.css

@dustin-H
Copy link
Member

How about:

var options = { 'css': __dirname + "/../src/_assets/_css/app.css", 'html': __dirname + "/../src/index.html" }

Seems like you have underscores in your path but not in the js

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants