Sha256: 181128884225f5519871cb4f10d43e5f98624fb7a136cc37d71418ea7e48fada

Contents?: true

Size: 524 Bytes

Versions: 2

Compression:

Stored size: 524 Bytes

Contents

<html>
  <head>
    <title>Hello External JavaScript Library</title>
  </head>
  <body>
    <h1>Hello External JavaScript Library!</h1>
    <script type="text/javascript" src="out/goog/base.js"></script>
    <script type="text/javascript" src="my-external-lib.js"></script>
    <script type="text/javascript" src="hello-js.js"></script>
    <script>
      goog.require('hello_js.core');
    </script>
    <script>
      hello_js.core.popup_msg('JavaScript calling a ClojureScript function');
    </script>
  </body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
clementine-0.0.3 ext/clojure-clojurescript-bef56a7/samples/hello-js/hello-js.html
clementine-0.0.2 ext/clojure-clojurescript-bef56a7/samples/hello-js/hello-js.html