From 197cb13817e74a37d2770a0fdfb225dceb23b0d6 Mon Sep 17 00:00:00 2001 From: Tanguy Krotoff Date: Tue, 4 Nov 2014 10:30:11 +0100 Subject: [PATCH] Simplifies SpecRunner.html No need to specify type="text/javascript" for script tag No need to specify type="text/css" for link tag with rel="stylesheet" --- grunt/templates/SpecRunner.html.jst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/grunt/templates/SpecRunner.html.jst b/grunt/templates/SpecRunner.html.jst index a74cd470..b10a8d28 100644 --- a/grunt/templates/SpecRunner.html.jst +++ b/grunt/templates/SpecRunner.html.jst @@ -1,23 +1,23 @@ - + - + Jasmine Spec Runner v<%= jasmineVersion %> - + - - - + + + - - + + - - + +