From 87269513d95159d9108346febc9fc0631c285e5c Mon Sep 17 00:00:00 2001 From: Matthew Harrison-Jones Date: Tue, 15 Oct 2013 11:18:57 +0100 Subject: [PATCH] Included NProgress in Production Grunt concat --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 4ae410ed67..26422f827b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -463,6 +463,7 @@ var path = require('path'), 'core/client/assets/vendor/to-title-case.js', 'core/client/assets/vendor/packery.pkgd.min.js', 'core/client/assets/vendor/fastclick.js', + 'core/client/assets/vendor/nprogress.js', 'core/client/init.js',