source: Dev/trunk/node_modules/grunt-curl/test/Gruntfile.js @ 533

Last change on this file since 533 was 484, checked in by hendrikvanantwerpen, 11 years ago

Commit node_modules, to make checkouts and builds more deterministic.

File size: 183 bytes
Line 
1module.exports = function (grunt) {
2  // Load in legacy config
3  require('./grunt')(grunt);
4
5  // Run project tasks
6  grunt.registerTask('default', ['clean', 'curl', 'curl-dir']);
7};
Note: See TracBrowser for help on using the repository browser.