From eae34f591ec001931d6fc9522293727706b89917 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 23 Oct 2015 02:47:57 +0300 Subject: [PATCH] Update jasmine-examples.md [ci skip] --- docs/jasmine-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/jasmine-examples.md b/docs/jasmine-examples.md index 5bc3a74..f502543 100644 --- a/docs/jasmine-examples.md +++ b/docs/jasmine-examples.md @@ -55,7 +55,7 @@ grunt.initConfig({ options: { specs: 'spec/*Spec.js', helpers: 'spec/*Helper.js', - template: require('exports-process.js') + template: require('exports-process.js'), vendor: [ "vendor/*.js", "http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"