We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e97231a commit eae34f5Copy full SHA for eae34f5
docs/jasmine-examples.md
@@ -55,7 +55,7 @@ grunt.initConfig({
55
options: {
56
specs: 'spec/*Spec.js',
57
helpers: 'spec/*Helper.js',
58
- template: require('exports-process.js')
+ template: require('exports-process.js'),
59
vendor: [
60
"vendor/*.js",
61
"http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"
0 commit comments