mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
use dir of versions not version
This commit is contained in:
parent
82e00ce700
commit
f33d82088e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ module.exports = (grunt) ->
|
||||||
# access_token: ''
|
# access_token: ''
|
||||||
concat: true
|
concat: true
|
||||||
src: repos
|
src: repos
|
||||||
dest: 'version/' + tag + '.json'
|
dest: 'versions/' + tag + '.json'
|
||||||
|
|
||||||
grunt.loadNpmTasks 'grunt-docker-io'
|
grunt.loadNpmTasks 'grunt-docker-io'
|
||||||
grunt.loadNpmTasks 'grunt-github-api'
|
grunt.loadNpmTasks 'grunt-github-api'
|
||||||
|
|
Loading…
Reference in a new issue