coffee2js

This commit is contained in:
Jason Karns
2014-10-19 23:19:50 -04:00
parent c96ec65103
commit 14a284ba4c
2 changed files with 3 additions and 3 deletions

3
Gruntfile.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = function(grunt) {
return grunt.loadNpmTasks('grunt-release');
};