Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@sgrove
Created November 14, 2012 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sgrove/4074776 to your computer and use it in GitHub Desktop.
Save sgrove/4074776 to your computer and use it in GitHub Desktop.
(ns clojurescript-ohpointone.templates
(:require [clojurescript-ohpointone.handlebars :as hb]
[clojurescript-ohpointone.utils :as utils]
[goog.crypt.Md5 :as crypt])
; SEVERE: /Users/sgrove/code/clojure/clojurescript-ohpointone/.lein-cljsbuild-compiler-0/templates.js:3: ERROR - required "goog.crypt.Md5" namespace never provided
; goog.require('goog.crypt.Md5');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment