Partials ignored on watch
See original GitHub issueHi,
I do not know if I am doing something wrong, but my partials do not raise update on brunch watch
.
Do I need to declare any rule in the brunch config ? Is this feature unsuported yet ?
Thanks for your answers.
Regards,
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
macos - sass --watch is not watching partials - Stack Overflow
I seem not to be able to make sass watch changes in my partials, so it is only when I make changes to...
Read more >Working with partials | Sass and Compass Designer's Cookbook
Partials are special Sass files that can be imported in your project, ... Compass compiles all the files in the Sass folder, but...
Read more >blocks defined within "include" partial file ignored by extend
Here is my use case I have a file that pulls pieces together (holy-grail.njs) that then is extended by the actual page I...
Read more >Watch and Serve — Eleventy
gitignore. Eleventy will ignore files or folders listed in your . gitignore file by default, unless setUseGitIgnore is turned off.
Read more >Dart Sass Command-Line Interface
When compiling whole directories, Sass will ignore partial files whose names ... When it's disabled, the --update flag and --watch flag will delete...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @Swizz,
I was having this problem as well, but this issue answers the question:
#1
all imported
.scss
files, except for your single ‘manifest’ file, must be named with an underscore.I had some additional ‘manifest’ files with a double underscore, and they weren’t being recompiled, either. My dir structure looked like this:
where
main.scss
included__base.scss
, and__base.scss
included all the files in its own directory.Using a single underscore
_base.scss
fixed the issue.Ow ! I have never used partials by this way.
But this does not work more. (Read : at the same way as before)
And I can not use files as individual ones due to variables and mixins imports.
Thank you for your time.
Here, the
brunch-config.js