aboutsummaryrefslogtreecommitdiff
path: root/js/README.mkd
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2018-09-10 23:18:11 -0400
committerPaul Duncan <pabs@pablotron.org>2018-09-10 23:18:11 -0400
commitc5f5795bef35f48b44d105168e7bbe353c71ecc8 (patch)
tree45046c7aa9d8f434b1a605369e277f2a204379ca /js/README.mkd
parent07ad63c1b2d3cc8128b238b19be192ffb6d1a44a (diff)
downloadluigi-template-c5f5795bef35f48b44d105168e7bbe353c71ecc8.tar.bz2
luigi-template-c5f5795bef35f48b44d105168e7bbe353c71ecc8.zip
js: add cache callback, template callback, and singleton run callback tests
Diffstat (limited to 'js/README.mkd')
-rw-r--r--js/README.mkd2
1 files changed, 1 insertions, 1 deletions
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