Loading Gruntfile.coffee +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ module.exports = (grunt) -> # access_token: '' concat: true src: repos dest: 'version/' + tag + '.json' dest: 'versions/' + tag + '.json' grunt.loadNpmTasks 'grunt-docker-io' grunt.loadNpmTasks 'grunt-github-api' Loading Loading
Gruntfile.coffee +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ module.exports = (grunt) -> # access_token: '' concat: true src: repos dest: 'version/' + tag + '.json' dest: 'versions/' + tag + '.json' grunt.loadNpmTasks 'grunt-docker-io' grunt.loadNpmTasks 'grunt-github-api' Loading