Skip to content

Commit

Permalink
Merge pull request #224 from doctorrustynelson/master
Browse files Browse the repository at this point in the history
Remove install dependent path resolution.
  • Loading branch information
vladikoff committed Sep 24, 2015
2 parents 23c7722 + ba807dd commit 31623f7
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 31623f7

Please sign in to comment.