cljs-start icon indicating copy to clipboard operation
cljs-start copied to clipboard

A lein template for creating ClojureScript lib with batteries included

Results 8 cljs-start issues
Sort by recently updated
recently updated
newest added

Per https://github.com/ariya/phantomjs/issues/15344, is effectively archived and no longer being developed. What impact does this have on cljs-start?

Hi, Would you please consider updating this for 2018? for reasons such as: - phantomjs project is archieved, - ring and other dependencies versions got updated

I created a new library and ran the dummy tests. When I run lein user test I get this error. Exception in thread "main" java.io.FileNotFoundException: Could not locate user__init.class or...

I'm using Leiningen 2.5.1 on OSX. If I run `lein new cljs-start test`, I have to kill the process manually because it never exits (but it seems to create the...

Readme file stands that the core.cljs file is closed by Google Chrome after reload the page, this not longer happens on Chrome Version 39.0.2171.99 (64-bit).

(Firstly, thanks for creating this, I've found it very useful in getting started with CLJS development!) The process for reloading code as I understand it takes a long time. Running...

Add a tdd profile to better support TDD workflow by removing source-map option to speed up recompilation time. Contextually, leave the source-map setting active for the `:dev` profile only.

update the sample with the latest cljs-start changes