Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invocation of cljsbuild from cljx auto #35

Open
charles-dyfis-net opened this issue Apr 28, 2014 · 4 comments
Open

Invocation of cljsbuild from cljx auto #35

charles-dyfis-net opened this issue Apr 28, 2014 · 4 comments
Milestone

Comments

@charles-dyfis-net
Copy link

Out-of-the-box, cljx auto does not provide a means of calling cljsbuild (once?) upon run.

Some workflow or configuration for getting the effect of both "lein cljx auto" and "lein cljsbuild auto" should be documented as supported.

@cemerick cemerick added this to the 0.5.0 milestone May 27, 2014
@myguidingstar-zz
Copy link

I run cljsbuild auto and cljx auto with lein-pdo. However, cljsbuild auto tends to compile before cljx auto finishes which result the output javascript is a mix of old and new code. Any suggestion?

@ilazarte
Copy link

ilazarte commented Aug 2, 2014

I had both open in two windows can you describe the exact invocation you are using and does it work? cljsbuild fails for me with reader issues, seems like cljx is probably deleting a dir it needs. I also place my cljx output in target/classes not sure if that matters, but having a dir as an output and a source probably is causing some issues (despite it being recommended on cljx readme)

@ilazarte
Copy link

ilazarte commented Aug 8, 2014

I now run this alias and it seems to work fine: (server is an another alias for ring server headless)
"dev" ["pdo" "server," "cljx" "auto," "cljsbuild" "auto"]

admittedly my project is small, not sure if that will affect it.

@cemerick
Copy link
Collaborator

cemerick commented Dec 8, 2014

Trimming the scope of 0.5.0 so as to cut a release addressing pressing issues. Will circle back later.

@cemerick cemerick modified the milestones: 0.6.0, 0.5.0 Dec 8, 2014
@cemerick cemerick modified the milestones: NEXT, 0.6.0 Feb 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants