Skip to content

Commit

Permalink
Add basic Gruntfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Beadle committed Apr 4, 2016
1 parent eb0693e commit ea0000a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/*
* cfpathcheck
* https://github.com/timbeadle/cfpathcheck
*
* Copyright (c) 2015 Tim Beadle
* Licensed under the MIT license.
*/

module.exports = function (grunt) {
grunt.initConfig();

grunt.loadNpmTasks('grunt-release');
};

0 comments on commit ea0000a

Please # to comment.