You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we need to manually add every root sass files that we write under the symfonycasts_sass.root_sass config.
Usually non root files are prefixed with _, while root file aren't. It'd be great to have symfonycasts_sass.root_sass support regular expressions.
That way we could simply set one line there that automatically lists all root files and forget about it. It would also avoid errors when we forgot to add the entry and the unlisted scss file is then silently mapped to a css file that actually still contains sass.
This is somewhat linked to #41 which attempts to make clearer what files are being built.
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for providing this bundle!
Currently we need to manually add every root sass files that we write under the
symfonycasts_sass.root_sass
config.Usually non root files are prefixed with
_
, while root file aren't. It'd be great to havesymfonycasts_sass.root_sass
support regular expressions.That way we could simply set one line there that automatically lists all root files and forget about it. It would also avoid errors when we forgot to add the entry and the unlisted scss file is then silently mapped to a css file that actually still contains sass.
This is somewhat linked to #41 which attempts to make clearer what files are being built.
The text was updated successfully, but these errors were encountered: