From 2dfbe9fe779b7577b4a705a66d649ceabd0ef15c Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 21 Feb 2016 19:06:27 -0800 Subject: [PATCH] Use minified lodash in fp module. --- lib/fp/template/modules/fp.jst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fp/template/modules/fp.jst b/lib/fp/template/modules/fp.jst index 39196b993..6f5216fd8 100644 --- a/lib/fp/template/modules/fp.jst +++ b/lib/fp/template/modules/fp.jst @@ -1,2 +1,2 @@ -var _ = require('./lodash').runInContext(); +var _ = require('./lodash.min').runInContext(); module.exports = require('./fp/convert')(_);