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

Cannot rely on add-init! as it does not add dirac runtime #5

Closed
arichiardi opened this issue May 24, 2016 · 1 comment
Closed

Cannot rely on add-init! as it does not add dirac runtime #5

arichiardi opened this issue May 24, 2016 · 1 comment

Comments

@arichiardi
Copy link
Collaborator

I have the following pipeline:

(comp (apply serve (mapcat identity (:serve options)))
             (built-in/watch)
             (apply sass (mapcat identity (:sass options)))
             (apply reload (mapcat identity (:reload options)))
             (apply cljs-devtools (mapcat identity cljs-devtools))
(built-in/show :fileset true) <- added
             (apply cljs (mapcat identity (:cljs options))))

And apart from the apply noise you can see that I am showing the fileset between the tasks.

Well, I have no .cljs.edn file (as I am using straight main.js for my built artifact.

So is there a more reliable way in your opinion to add this code?

arichiardi added a commit to arichiardi/boot-cljs-devtools that referenced this issue May 28, 2016
@arichiardi
Copy link
Collaborator Author

I had to put cljs-devtools after cljs in order for this to work correctly.
Still, there might be something I am not considering and it might be not a good move...

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

1 participant