pyc-website

main website for pyc inc.

git clone https://9o.is/git/pyc-website.git

commit 4cc605d01a94cdd4f334533309b3a7b72c780491
parent 030e1ee489a2cf29d40e07c9483a18dc573c9a42
Author: Jul <jul@9o.is>
Date:   Fri,  2 May 2014 04:35:32 -0400

added jquery and google maps to jasmine js testing configs

Diffstat:
MGruntfile.js | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/Gruntfile.js b/Gruntfile.js @@ -102,6 +102,11 @@ module.exports = function(grunt) { '<%= test_files.js %>' ], options: { + vendor: [ + 'http://maps.googleapis.com/maps/api/js?sensor=false&language=en', + 'bower_components/jquery/dist/jquery.js', + 'bower_components/jasmine-jquery/lib/jasmine-jquery.js' + ], specs: '<%= app_files.jsspec %>' } },