remove expandFiles, grunt does it for us now

This commit is contained in:
Tyler Kellen 2012-11-19 15:55:53 -05:00
parent 8d1bd5cf87
commit 9b3bd27e7d

View File

@ -65,7 +65,7 @@ module.exports = function(grunt) {
setup(options); setup(options);
var files = grunt.file.expandFiles(grunt.util._.pluck(this.files, 'src')); var files = this.file.src;
jasmine.buildSpecrunner(files,options); jasmine.buildSpecrunner(files,options);
// If we're just building (e.g. for web), skip phantom. // If we're just building (e.g. for web), skip phantom.