From 9aee87175225900b3c3363b02360037cecb0ebfb Mon Sep 17 00:00:00 2001 From: Sjur Bakka Date: Mon, 30 May 2016 15:36:36 +0200 Subject: [PATCH] Don't ignore the minified file --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 57e44ae..dd508e7 100644 --- a/bower.json +++ b/bower.json @@ -15,7 +15,7 @@ "license": "MIT", "ignore": [ "*", - "!FileSaver.js", + "!FileSaver.*js", "!LICENSE.md" ] }