hi!

I started playing with clojurescript/om/chestnut and did a simple music
theory app, the code is here: https://github.com/marianoguerra/notas

now I want to deploy it to github pages, so I need a self contained build
to deploy there, I tried doing

lein with-profile -dev,+uberjar cljsbuild once

and copying the app.js and css files to the right place.

every file loads, no console errors but I don't get any content on the page.

what's missing?

I've seen some code that calls core.main on development mode but I'm not
sure what I have to do.

any hint?

-- 
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.

Reply via email to