Skip to content

Commit

Permalink
Fix path resolution of es5shim
Browse files Browse the repository at this point in the history
Utilizing change from #224, just fixing whitespace error to get PR merged.
  • Loading branch information
jcreamer898 committed Sep 24, 2015
1 parent 23c7722 commit 8155cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/lib/jasmine.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ exports.init = function(grunt, phantomjs) {

exports.copyTempFile(path.join(jasmineRequire.files.imagesDir, 'jasmine_favicon.png'), 'jasmine_favicon.png');

exports.copyTempFile(path.join(__dirname, '/../../node_modules/es5-shim/es5-shim.js'), 'es5-shim.js');
exports.copyTempFile(require.resolve('es5-shim/es5-shim.js'), 'es5-shim.js');

var reporters = [
tempDir + '/reporter.js'
Expand Down

0 comments on commit 8155cba

Please sign in to comment.