reagent-project / reagent-template

A Leiningen template for projects using Reagent.
MIT License
394 stars 55 forks source link

Uncaught ReferenceError: goog is not defined in vanilla project #11

Closed BigTom closed 9 years ago

BigTom commented 9 years ago

I get Uncaught ReferenceError: goog is not defined in javascript console for the vanilla project. I am assuming this is related to the:

<script type="text/javascript">goog.require("rproj.dev");</script>

line in the index.html (where rproj is the in "lein new reagent " )

I am new to this so it may be normal? But doesn't seem right.

Frozenlock commented 9 years ago

Did you compile the clojurescript at least once?

lein cljsbuild once
BigTom commented 9 years ago

Ah, RTFM issue.

Thanks, sorted.

engrki commented 7 years ago

I am new on ionic can you elaborate how you solve the issue. I am facing the same. What means by RTFM