Closed flyingmachine closed 8 years ago
Thanks!
I'l try to remember why those lines existed and if removing those has some other consequences.
Other thing, I don't want 4000 lines of external code added to the repo. Either:
[org.webjars.bower/susy "2.2.12"]
and @import "susy/sass/susy";
orI updated Jsass in another commit: https://github.com/Deraen/sass4clj/commit/41ac016018174c3c2848bc694da44f8ee4bfe0b4
This change was motivated by my need to support a Bower installation of the Susy sass library.
Changes:
5.2.0
instead of3.3.1
. The API changed quite a bit. One nice thing about5.2.0
is thatImport
objects have a.getAbsoluteUri
method that returns an Import's directorycore.clj
:It looks like these were used to support the use case in the test file where we were creating a file in a temporary directory, and trying to import resource files from the created file. I couldn't see why one might want this functionality.
Still, that's not enough reason to remove the functionality. The larger reason is that those lines were causing the
susy
import to throw the exceptionAn import loop has been found
.