Skip to content

Instantly share code, notes, and snippets.

@mattd
Created November 11, 2012 14:26
Show Gist options
  • Save mattd/4055029 to your computer and use it in GitHub Desktop.
Save mattd/4055029 to your computer and use it in GitHub Desktop.
jasmine: {
requirejs: {
//src: 'app/scripts/**/*.js',
src: [],
options: {
//specs: 'test/spec/**/*.js',
specs: [],
host: 'http://127.0.0.1:<%= connect.port %>',
template: 'requirejs',
templateOptions: {
baseUrl: './app/scripts/'
}
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment