From c5f5795bef35f48b44d105168e7bbe353c71ecc8 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Mon, 10 Sep 2018 23:18:11 -0400 Subject: js: add cache callback, template callback, and singleton run callback tests --- js/README.mkd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/README.mkd') diff --git a/js/README.mkd b/js/README.mkd index 939fda9..0383a79 100644 --- a/js/README.mkd +++ b/js/README.mkd @@ -20,7 +20,7 @@ Installation Minify `luigi-template.js` using your minifier of choice, and drop it into your source tree. I like [jsmin][], personally: - jsmin luigi-template.js > luigi-template.min.js + jsmin < luigi-template.js > luigi-template.min.js *Note:* If you are upgrading from a pre-0.5.0 version of Luigi Template, be sure to include `luigi-compat.js` as well. See the *Changes in -- cgit v1.2.3