-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
I'm using these settings (version 0.11.0)
app.use(
sassMiddleware({
src: path.resolve(path.join(__dirname, '..', 'assets', 'sass')),
dest: path.resolve(path.join(__dirname, '..', 'public', 'css')),
debug: false,
indentedSyntax: true,
force: false,
response: false,
})
);
And my compiled CSS is available under the path /css/style.css
.
When I change response
to true
, I get a 404 error and instead my CSS becomes available at /style.css
.
Path change when modifying this option is not documented anywhere, so it is indeed unwanted.
File structure:
├── assets
│ └── sass
│ └── style.sass
├── package.json
├── package-lock.json
└── src
├── ...
└── server.js
fschoenfeldtfschoenfeldt
Metadata
Metadata
Assignees
Labels
No labels