Skip to content

Instantly share code, notes, and snippets.

@gabidavila
Created August 10, 2014 23:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabidavila/a9f6332ee9df989f3f45 to your computer and use it in GitHub Desktop.
Save gabidavila/a9f6332ee9df989f3f45 to your computer and use it in GitHub Desktop.
// Part of Gruntfile.js, this is the Uglify section
phpunit: {
classes: {
dir: 'app/tests/' //location of the tests
},
options: {
bin: 'vendor/bin/phpunit',
colors: true
}
},
// This is at the end of the file, the plugin section:
// Plugin loading
grunt.loadNpmTasks('grunt-contrib-compass');
grunt.loadNpmTasks('grunt-contrib-sass');
grunt.loadNpmTasks('grunt-contrib-concat');
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-phpunit');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment