On Tuesday, February 11, 2014 12:20:53 PM UTC+1, [email protected] wrote: > Hello Thomas, > > sorry for bringing up this old topic, but having endured hours of frustration > while trying to configure a build as a recent clojurescript adopter, I got > curious how you are using closure JSModules? Could you maybe expand on this?
Oh hi, didn't see your post. Closure's JSModule functionality basically just lets you split your optimized/minified Javascript into multiple files. So if you have a Website where some JS functionality is only needed on specific pages you could extract that into a module of load it only on those pages. It has nothing to do with standard JavaScript modules though. AMD, CommonJS or whatever they are all called do different stuff, that part had me confused when first learning about Closure Modules. HTH, /thomas -- 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.
