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
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