Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Unable to watch directory #1075

@ghost

Description

Hi,

I'm having trouble watching a directory with multiple SASS files using the following command line :
.\node_modules\.bin\node-sass --sourcemap -w .\sass -o .\css

As far as I can tell, this is because at line 228 of the node-sass script :
var graphOptions = { loadPaths: options.includePath };
the extensions are not specified. I've changed the line to :
var graphOptions = { loadPaths: options.includePath, extensions : ["scss", "sass", "css"] };
and it works perfectly.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions