Skip to content
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.

Adding missing dependency for css compilers #162

Closed

Conversation

featheredtoast
Copy link
Collaborator

Adding clojure.java.shell in :require for sass and less

Clojure 1.7 seems to need the explicit include. This fixes the --less flag issue I mentioned I was seeing.

Again, might be better to include only if sass/less flags are active, but this gets it working.

Adding clojure.java.shell in :require for sass and less
@plexus
Copy link
Owner

plexus commented Jan 8, 2016

Ok, that makes sense. If you don't require it the needed classes won't be loaded. The only issue now is that it shouldn't be required unless you use less or sass, but I can fix that. Thanks for the patch!

@plexus
Copy link
Owner

plexus commented Jan 8, 2016

Cherry picked to my branch.

@plexus plexus closed this Jan 8, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants