From 44b7e85f7ab250a5ef68c436221845be50b61d50 Mon Sep 17 00:00:00 2001 From: Matthew Riley MacPherson Date: Sat, 17 May 2014 01:52:35 -0400 Subject: [PATCH] Add minified tests --- Gruntfile.js | 1 + test/test.min.html | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 test/test.min.html diff --git a/Gruntfile.js b/Gruntfile.js index 9b41f60..c940045 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -12,6 +12,7 @@ var sourceFiles = [ var testURLs = [ 'http://localhost:9999/test/test.component.html', 'http://localhost:9999/test/test.main.html', + 'http://localhost:9999/test/test.min.html', 'http://localhost:9999/test/test.require.html' ]; diff --git a/test/test.min.html b/test/test.min.html new file mode 100644 index 0000000..dd16604 --- /dev/null +++ b/test/test.min.html @@ -0,0 +1,32 @@ + + + + + localForage (minified) Tests! + + + + + + + + + + + + + + + + + + + + + + + +
+ +