Fork me on GitHub
#cljs-dev
<
2017-12-11
>
mfikes18:12:17

Stating the obvious, but if the new clojure tool becomes widespread, Quick Start steps like

java -cp cljs.jar:src clojure.main build.clj
become just
clojure build.clj

mfikes18:12:29

Presuming you have deps.edn set up.

mfikes18:12:10

This arguably obscures a little of the first principals behind what is going on, but it also looks much simpler to newcomers.

dnolen18:12:22

to be honest I think we can switch it sooner then later

dnolen18:12:51

it’s about first experiences

dnolen18:12:04

one issue is Windows though

shaunlebron19:12:30

@mfikes: i am very excited about that. thanks for pointing it out. a huge deal for quick start

juhoteperi22:12:46

React 16.2.0 now packages test-utils as UMD module with React-dom package, I'm going to change Cljsjs packages so that react-dom-server package will be empty (deprecated) and all the files that are packaged in React-dom npm package are packaged in Cljsjs React-dom package: https://github.com/cljsjs/packages/pull/1425, should be non-breaking as I'll continue to release empty -react-dom-server package

juhoteperi22:12:43

Sorry about the mess on packaging script, but generated deps.cljs is on the comment if someone is interested