mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix minification process
This commit is contained in:
parent
16e382bef2
commit
558d32adeb
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ module.exports = (grunt) ->
|
|||
grunt.registerTask 'wrap_sharejs', 'Wrap the compiled ShareJS code for AMD module loading', () ->
|
||||
content = fs.readFileSync "public/js/libs/sharejs.js"
|
||||
fs.writeFileSync "public/js/libs/sharejs.js", """
|
||||
define(["ace/range"], function() {
|
||||
define(["ace/ace"], function() {
|
||||
#{content}
|
||||
return window.sharejs;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue