Skip to content

Instantly share code, notes, and snippets.

@yurfuwa-chan
yurfuwa-chan / gist:3922800
Created October 20, 2012 09:40
gruntjs+jasmine-headless-webkit
//https://github.com/gruntjs/grunt/
module.exports = function(grunt){
grunt.initConfig({
//execタスクとしてjasmine-headless-webkitを追加。
exec:{
jasmine:{
command:"jasmine-headless-webkit",
stdout:true
}