Skip to content

Instantly share code, notes, and snippets.

@sutter
Last active January 4, 2016 02:59
Show Gist options
  • Save sutter/8559187 to your computer and use it in GitHub Desktop.
Save sutter/8559187 to your computer and use it in GitHub Desktop.
1 - Exercice Grunt
module.exports = function(grunt) {
// Charge toutes les tâches de Grunt
require('load-grunt-tasks')(grunt);
// Configuration de Grunt
grunt.initConfig({})
// Définition des tâches Grunt
grunt.registerTask('default', '')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment