Re: [ClojureScript] Re: [ANN] Browserific, cross-platform app development in cljs

2015-03-26 Thread Ed Babcock
That change to :require was a good idea. I also just saw that the browserific-app template and some other stuff were way out of date. Fixed both of these things so now everything should work a little better. Sorry if you tried it out and it broke right away. On Wed, Mar 25, 2015 at 11:44 PM, Ed

Re: [ClojureScript] Re: [ANN] Browserific, cross-platform app development in cljs

2015-03-26 Thread Ivan L
Have not tried it yet but I will! The feature expression concept is very attractive to me lately especially since I've been targeting cljs and clj but I will want to expand soon to android and ios. -- Note that posts from new members are moderated - please be patient with your first post.

[ClojureScript] Re: [ANN] Browserific, cross-platform app development in cljs

2015-03-25 Thread Ivan L
Chenex makes me a curious - can you define any target you want? For example, say I want to slice between :nodejs vs :nashorn in a clojurescript target? -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are

Re: [ClojureScript] Re: [ANN] Browserific, cross-platform app development in cljs

2015-03-25 Thread Ed Babcock
can you define any target you want? Yes, that was the main motivation. I would have used cljx but it wasn't compatible with anything but clojure and clojurescript. say I want to slice between :nodejs vs :nashorn in a clojurescript target? To declare a new target, change the :features and