Sha256: 11176c69e8c488cf1a3132cd498bd93ea8d605cc5d58bc35e7b799fc10ea50de

Contents?: true

Size: 594 Bytes

Versions: 2

Compression:

Stored size: 594 Bytes

Contents

<html>
  <head>
    <title>Hello External JavaScript Library</title>
  </head>
  <body>
    <h1>Hello External JavaScript Library!</h1>
    <!-- In unoptimized mode, additional script tags are required -->
    <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-dev.html
clementine-0.0.2 ext/clojure-clojurescript-bef56a7/samples/hello-js/hello-js-dev.html