Skip to content

Releases: emezeske/lein-cljsbuild

1.1.8

11 May 09:38
Compare
Choose a tag to compare
  • Improved checkout handling when cljsbuild entry is missing #473
  • Add lein cljsbuild deps task to install cljsbuild deps to local Maven repo #497

1.1.7

18 Aug 09:16
Compare
Choose a tag to compare
  • When no output-dir given use relative target-path instead of absolute target-path. A relative target path is required when building for nodejs #464.
  • Use full project map to build subproject. Previously, some project options (e.g. :root and :prep-tasks) weren't included causing problems such as #465 and #434.
  • No :output-to default needed when :modules option provided. Fix auto build for modules. #467

1.1.6

27 Apr 08:27
Compare
Choose a tag to compare
  • Fix #453: use ProcessBuilder for output redirect (#459)
  • Fix Markdown issues (#460, #461)
  • Update sample.project.clj doc to reflect default :optimizations value (#456)
  • Fix #455: use clojure.tools.namespace for reloading

1.1.5

07 Dec 01:39
Compare
Choose a tag to compare
  • Add support for lein 2.7's :managed-dependencies (#454)
  • Fix: 1.1.4 causes cljsbuild to sometimes compile sources in other build configs (#451)

1.1.4

22 Aug 08:33
Compare
Choose a tag to compare
  • Fix bad ns form with regard to core specs
  • Use full project config to create subproject

1.1.3

08 Mar 03:33
Compare
Choose a tag to compare
  • Remove System.exit after compilation
  • Remove cljs-compat

1.1.2

18 Dec 09:42
Compare
Choose a tag to compare
  • Avoid calls to cljs.build.api/src-file->target_file on deps.cljs

1.1.1

07 Nov 22:42
Compare
Choose a tag to compare
  • Use ClojureScript build API to build project
  • Add support for mirrors project attribute
  • Update advanced example project to work with PhantomJS 2.0

1.1.1-SNAPSHOT

07 Nov 22:41
Compare
Choose a tag to compare
1.1.1-SNAPSHOT Pre-release
Pre-release
1.1.1-SNAPSHOT