cloudchen / grunt-template-jasmine-requirejs

RequireJS template for grunt-contrib-jasmine task
111 stars 97 forks source link

when spec file is in .grunt/grunt-contrib-jasmine the link to require.js starts with a slash #76

Closed lukeapage closed 9 years ago

lukeapage commented 9 years ago

I was getting output src="/require.js when actually it should be src="require.js"