Le jeudi 10 mars 2016 06:44:37 UTC-5, Jiyin Yiyong a écrit : > Webpack provides built-in revision syntax to add chunk hash into it's file > name. And file can be put on to CDN server without worries. Also, there's > code splitting for multiple pages with automatic analysing of common code. > > I want to use ClojureScript, but how about this solved problems?
About the multiple pages google closure provide code motion: https://github.com/clojure/clojurescript/wiki/Compiler-Options#modules On the topic of hash in file names, I don't have any answer, sorry -- 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 https://groups.google.com/group/clojurescript.
