@David Nolen,

All the files are there in the script tab.

autogen'd file out/F6baq.js:
goog.provide('hello');
goog.require('cljs.core');
hello.greet = (function greet(){
return "hello world";
});
goog.exportSymbol('hello.greet', hello.greet);

hello.js:
goog.addDependency("../cljs/core.js", ['cljs.core'], ['goog.string',
'goog.string.StringBuffer', 'goog.object', 'goog.array']);
goog.addDependency("../F6baq.js", ['hello'], ['cljs.core']);

@David Powell,

I added <meta charset="UTF-8"> and I got no effect.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to