From 7583568b28d98579d0fd2dc7e0ffac8200674d92 Mon Sep 17 00:00:00 2001 From: Vit Brunner Date: Thu, 5 Mar 2015 02:04:23 +0100 Subject: [PATCH] Add raven tests to the release zip --- Gruntfile.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 3c95ebe..5c8ed37 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -141,6 +141,7 @@ module.exports = (grunt) -> 'partials/**' 'scripts/all_min.js' 'styles/all_min.css' + 'tests/**' ] cwd: 'build-min' dest: 'side-by-side'