Skip to content

Instantly share code, notes, and snippets.

@gabidavila
Created August 10, 2014 23:37
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/fb03a4b13bcc1fa096f1 to your computer and use it in GitHub Desktop.
Save gabidavila/fb03a4b13bcc1fa096f1 to your computer and use it in GitHub Desktop.
// 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');
// Task definition
grunt.registerTask('default', ['sass', 'concat', 'uglify', 'phpunit']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment