aboutsummaryrefslogtreecommitdiff
path: root/lux-lein (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* - Improved the way commands are taken by lux-lein.Eduardo Julian2016-12-291-20/+7
|
* - Fixed some bugs in the way Android APKs were getting packaged.Eduardo Julian2016-12-281-28/+33
|
* - No longer adding the LUX_JAR attribute to compiled JARs.Eduardo Julian2016-12-041-1/+0
|
* - Fixed a bug that was causing compilation & testing to be done more than ↵Eduardo Julian2016-12-025-15/+26
| | | | | necessary. - Changed the "watch" meta-command to "auto".
* - lux-lein can now watch source-code directories to automatically build and ↵Eduardo Julian2016-12-013-9/+56
| | | | test when changes occur.
* - Slightly changed the lux-lein commands.Eduardo Julian2016-12-016-26/+24
|
* - Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵Eduardo Julian2016-12-0110-0/+1053
plugin's and the Emacs mode's into a big monorepo, to keep development unified.