Skip to content

Releases: magomimmo/cljs-start

Update dependencies and plugins

10 Nov 18:35
Compare
Choose a tag to compare

update dependencies and plugins

Update dependencies and plugins

07 Nov 18:36
Compare
Choose a tag to compare
Pre-release

Notes:

  • clojure 1.6.0
  • clojurescript 0.0-2371
  • lein-cljsbuild 1.0.3
  • clojurescript.test 0.3.1
  • ring 1.3.1
  • compojure 1.2.1
  • austin 0.1.5

Sanitize artifact-id

22 Jan 18:21
Compare
Choose a tag to compare

Sanitize artifact-id

Lein profiles :simple and :advanced

13 Jan 14:55
Compare
Choose a tag to compare

Add :simple and :advanced lein profiles to reduce the compilation time by activating different profiles.

Fix generated file names

24 Dec 14:37
Compare
Choose a tag to compare

Few fixes for generating the right file names and directories structure

Allow for groupId/artifactId

24 Dec 12:37
Compare
Choose a tag to compare

Allow to create a new project by specifying its name as groupId/artifctId as in the following example:

lein new cljs-start org.clojars.magomimmo/wonderful-lib

Update used libs

24 Dec 11:23
Compare
Choose a tag to compare

updates

  • min-lein-version 2.3.4
  • clojurescript 0.0-2127
  • cljsbuild 1.0.1

Source map support

30 Nov 10:33
Compare
Choose a tag to compare

Added source map support in the whitespace build only.

Add :min-lein-version 2.2.0

25 Nov 23:16
Compare
Choose a tag to compare

Add :min-lein-version 2.2.0.

More automation

24 Nov 09:45
Compare
Choose a tag to compare

Changes log:

  • update cljs to 0.0-2080 release
  • add :injections setting to easily run the http server and the brepl
  • update documentation