mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 09:01:53 +00:00
Typo in gruntfile.
This commit is contained in:
parent
7e7bfa866d
commit
f993966935
1 changed files with 2 additions and 2 deletions
|
@ -107,9 +107,9 @@ module.exports = (grunt) ->
|
|||
cwd: 'public/coffee',
|
||||
src: ['**/*.coffee'],
|
||||
dest: 'public/js/',
|
||||
ext: '.js'
|
||||
ext: '.js',
|
||||
options:
|
||||
sourceMap: true,
|
||||
sourceMap: true
|
||||
|
||||
smoke_tests:
|
||||
expand: true,
|
||||
|
|
Loading…
Reference in a new issue