karad / lein_template_descjop

A Leiningen template(Clojure/ClojureScript Project) for Web based desktop application with Electron (atom-shell).

Home Page:http://descjop.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just a problem in index.html

ivanpierre opened this issue · comments

The goog.require() has not the namespace transformed in Javascript standard.
I have a go-bang.core instead of go_bang.core.
Change in the string makes the app working perfectly ;)
https://github.com/karad/lein_template_descjop/blob/master/resources/leiningen/new/descjop/reagent__app__index.html#L16
{{name}} should be changed by {{santitized}} ?

Thank you for your advice. I fixed this problem. and add some new features!

There's a similar problem but in the other direction when creating cljs namespace ;)
I discovered reviewing the code as it was accepted with the HTML code change :D

Thank you, so I want to know your project name when you couldn't run electron app.