swannodette / mies

Minimal ClojureScript project template
Eclipse Public License 1.0
369 stars 49 forks source link

index_release.html references out-adv #20

Closed jdeisenberg closed 9 years ago

jdeisenberg commented 9 years ago

Given a project created with lein new mies m060, the index_release.html file contains:

 <script src="out-adv/m060.min.js" type="text/javascript"></script>

When I do scripts/release, a release directory is created, but not one named out-adv. Changing the attribute to src="release/m060/core.js" produces this error in the web console:

ReferenceError: goog is not defined

jdeisenberg commented 9 years ago

Fixed in pull request #23.