Hello,
I try this new amazing bundle, but maybe I miss something.
When I create e.g a home.scss, and add <link rel="stylesheet" href="{{ asset('styles/home.scss') }}"> in my home.html.twig template
and then run
php bin/console sass:build --watch
I obtain this error message in CLI
Could not find Sass file: "/path/to/my/projetc/assets/styles/app.scss"
If I rename in app.scss it works. Is it impossible to use another file name ?
Thanks for your help
Hello,
I try this new amazing bundle, but maybe I miss something.
When I create e.g a home.scss, and add
<link rel="stylesheet" href="{{ asset('styles/home.scss') }}">in my home.html.twig templateand then run
php bin/console sass:build --watchI obtain this error message in CLI
Could not find Sass file: "/path/to/my/projetc/assets/styles/app.scss"If I rename in app.scss it works. Is it impossible to use another file name ?
Thanks for your help