computmaxer / karma-jspm

Other
74 stars 50 forks source link

Allow to specify 'nocache' in loadFile descriptor #114

Closed comdiv closed 8 years ago

comdiv commented 8 years ago

It's required for test scripts in 'watch' karma mode. For now all files are without nocache:true so they always response with content of first read. If we change test code - it fires watch - but nothing changed in testing.

Advice:

jspm : {
    loadFile : [ 'can-be-cached.js', {pattern:'in-hard-edit-test.js',nochache:true}]
}

implemented, pull request coming