From d92c6ec0b17ea078b6c77de9f03b0d798d532796 Mon Sep 17 00:00:00 2001 From: Ignazio Setti Date: Sun, 2 Feb 2014 15:44:47 +0100 Subject: [PATCH] Add connect-assets middleware --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 3d71ab59ed..0c1c01f8f8 100755 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "async": "~0.2.10", "bcrypt-nodejs": "~0.0.3", "cheerio": "~0.13.1", + "connect-assets": "~2.5.4", "express": "~3.4.8", "express-flash": "~0.0.2", "express-validator": "~1.0.1",