Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Live evaluatino is not working on 2016/05/30/spec.html on chrome #71

Closed
kimh opened this issue Jun 19, 2016 · 3 comments
Closed

Live evaluatino is not working on 2016/05/30/spec.html on chrome #71

kimh opened this issue Jun 19, 2016 · 3 comments

Comments

@kimh
Copy link

kimh commented Jun 19, 2016

Live evaluation is not working when I open http://blog.klipse.tech/clojure/2016/05/30/spec.html.

When evaluating the followings

(ns my.spec
  (:require [cljs.spec :as s]))
(ns my.spec
  (:require [cljs.spec :as s]))

I got the following error.

#error {:message "No such namespace: goog.object, could not locate goog/object.cljs, goog/object.cljc, or Closure namespace \"goog.object\"", :data {:tag :cljs/analysis-error}}

I'm getting the same error for all evaluations in the article. Live evaluation seems working on other articles: i.g. http://blog.klipse.tech/clojure/2016/06/07/klipse-plugin-tuto.html

I'm using Chrome 51.0.2704.103 on OSX 10.11.4 (15E65). The page works on Safari.

@viebel
Copy link
Owner

viebel commented Jun 19, 2016

Thanks for reporting

@viebel
Copy link
Owner

viebel commented Jun 19, 2016

Could you try to clean the cache?

@kimh
Copy link
Author

kimh commented Jun 20, 2016

Clearing cache did work! Sorry for bothering.

@kimh kimh closed this as completed Jun 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants