karad / lein_template_descjop

A Leiningen template(Clojure/ClojureScript Project) for Web based desktop application with Electron (atom-shell).
http://descjop.org
394 stars 16 forks source link

Just a problem in index.html #18

Open ivanpierre opened 8 years ago

ivanpierre commented 8 years ago

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}} ?

karad commented 8 years ago

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

ivanpierre commented 8 years ago

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

karad commented 8 years ago

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