From 8dd92c8028bb49401bc02f00012f4447b3f3377a Mon Sep 17 00:00:00 2001
From: Anton Guz <aguz@ebay.com>
Date: Fri, 16 Jan 2015 18:16:00 +0200
Subject: [PATCH] MAGETWO-31592: Javascript Unit Test Framework Update

 - Fixes for grunt-template-jasmine-requirejs task.
---
 Gruntfile.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Gruntfile.js b/Gruntfile.js
index 3258d90497d..e09c8567f82 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -12,7 +12,9 @@ module.exports = function (grunt) {
     require('time-grunt')(grunt);
 
     // Load grunt tasks automatically
-    require('load-grunt-tasks')(grunt);
+    require('load-grunt-tasks')(grunt, {
+        pattern: ['grunt-*', '!grunt-template-jasmine-requirejs']
+    });
 
     var config = {
         path: {
-- 
GitLab