mirror of
https://github.com/LightAir/turbo-rss.git
synced 2026-02-04 12:06:20 +00:00
coffee2js
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
module.exports = (grunt) ->
|
|
||||||
|
|
||||||
grunt.loadNpmTasks 'grunt-release'
|
|
||||||
3
Gruntfile.js
Normal file
3
Gruntfile.js
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
module.exports = function(grunt) {
|
||||||
|
return grunt.loadNpmTasks('grunt-release');
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user