source:
Dev/trunk/node_modules/grunt-curl/test/Gruntfile.js
@
531
Last change on this file since 531 was 484, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 183 bytes |
Line | |
---|---|
1 | module.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.