Hello guys. Several days ago I started learning Clojure/Clojurescript and I have some questions about project organization. For example, when I create a project using js and React.js I have separate folders for all my components. In the folder I have .js file with logic and .styl/.css file for styles. All of components are builded into one (or several) .css file and .js file by webpack/gulp. Styles also pass through autoprefixer during building. I’d like use the same workflow in Clojurescript (maybe is not right way for Clojure?), but I can’t find any builders for styles. Could you help me with it? And how do you organize your projects?
-- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
