i using sass , got weird error , have no idea how resolve it.
as usual using command line in order watch sass files:
sass --watch scss:resources/public/stylesheets the problem moved folders sass , public new project.
when try:
sass --watch scss:resources/public/stylesheets i error:
>>> sass watching changes. press ctrl-c stop. error no such file or directory - scss errno::eisdir: directory - resources/public/stylesheets use --trace backtrace. i have no idea why, because running same command line in old project , works perfectly.
the difference between first 1 worked , 1 has error 1 error copy , pasted.
make sure have folder name scss not sass
Comments
Post a Comment