added coffeescript and moved admin require to bottom of file
This commit is contained in:
+5
-1
@@ -1,3 +1,4 @@
|
||||
coffee = require("coffee-script")
|
||||
fs = require "fs"
|
||||
spawn = require("child_process").spawn
|
||||
exec = require("child_process").exec
|
||||
@@ -20,7 +21,6 @@ module.exports = (grunt) ->
|
||||
grunt.loadNpmTasks 'grunt-concurrent'
|
||||
grunt.loadNpmTasks "grunt-contrib-coffee"
|
||||
grunt.loadNpmTasks "grunt-shell"
|
||||
require('load-grunt-config')(grunt)
|
||||
|
||||
|
||||
execute = {}
|
||||
@@ -240,3 +240,7 @@ module.exports = (grunt) ->
|
||||
throw new Error("Can not connect to redis")
|
||||
return callback(err)
|
||||
rclient.on 'error', errorHandler
|
||||
|
||||
|
||||
require('load-grunt-config')(grunt)
|
||||
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ module.exports =
|
||||
[{
|
||||
name: "web",
|
||||
repo: "https://github.com/sharelatex/web-sharelatex.git",
|
||||
version: "master"
|
||||
version: "ha-docker"
|
||||
}, {
|
||||
name: "real-time",
|
||||
repo: "https://github.com/sharelatex/real-time-sharelatex.git",
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"description": "An online collaborative LaTeX editor",
|
||||
"dependencies": {
|
||||
"async": "^0.9.0",
|
||||
"coffee-script": "^1.11.1",
|
||||
"east": "0.5.1",
|
||||
"east-mongo": "^0.1.2",
|
||||
"grunt-shell": "^1.1.1",
|
||||
|
||||
Reference in New Issue
Block a user