Closed benswift closed 7 years ago
Currently, I can't compile sass files.
compile-sass->css! gets nil for the sass-dest argument, because the key in the map passed in by compile assets is actually dest-sass.
compile-sass->css!
nil
sass-dest
compile assets
dest-sass
Thanks for pointing that out. I've fixed it in version 0.1.51.
0.1.51
Awesome - it works.
Currently, I can't compile sass files.
compile-sass->css!
getsnil
for thesass-dest
argument, because the key in the map passed in bycompile assets
is actuallydest-sass
.