Charlie Hubbard
Charlie Hubbard
This would require Java 1.7+ support. Probably best supported outside of this project. I've actually started to add a watch task in ant that's more general purpose than adding it...
There is also this ant task: https://github.com/chubbard/WatchTask which makes it trivial to run less compiler when files change.
So the latest version in the repository is working with 1.5.1. I hope to release it soon.
Snapshot of 1.5.1 has been released. https://oss.sonatype.org/content/repositories/snapshots/org/lesscss/lesscss/1.5.1-SNAPSHOT
There is a snapshot out there so you can test it out now. And I was hoping someone would try it out and sanity check it outside of our testing...
Ok thanks @funkyvisions that may be enough for me to release it.
That's great. I'm blocked with out this. When can we try it out?
Looks like it's still an open pull request and the build failed so it looks like it is still waiting to be merged.
Has this been ported to 4.x? Will it?
You can just build it with: `ant jar`. The jar file will be under dist folder in the top level of the mondrian project. Are you trying to do development...