mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 13:21:37 +02:00
Add acceptance runner
This commit is contained in:
@@ -2,6 +2,11 @@ module.exports = (grunt) ->
|
|||||||
|
|
||||||
# Project configuration.
|
# Project configuration.
|
||||||
grunt.initConfig
|
grunt.initConfig
|
||||||
|
forever:
|
||||||
|
app:
|
||||||
|
options:
|
||||||
|
index: "app.js"
|
||||||
|
|
||||||
execute:
|
execute:
|
||||||
app:
|
app:
|
||||||
src: "app.js"
|
src: "app.js"
|
||||||
@@ -134,6 +139,7 @@ module.exports = (grunt) ->
|
|||||||
grunt.loadNpmTasks 'grunt-plato'
|
grunt.loadNpmTasks 'grunt-plato'
|
||||||
grunt.loadNpmTasks 'grunt-execute'
|
grunt.loadNpmTasks 'grunt-execute'
|
||||||
grunt.loadNpmTasks 'grunt-bunyan'
|
grunt.loadNpmTasks 'grunt-bunyan'
|
||||||
|
grunt.loadNpmTasks 'grunt-forever'
|
||||||
|
|
||||||
|
|
||||||
grunt.registerTask 'compile', ['clean', 'copy', 'coffee', 'less', 'jade', 'requirejs']
|
grunt.registerTask 'compile', ['clean', 'copy', 'coffee', 'less', 'jade', 'requirejs']
|
||||||
|
|||||||
@@ -31,12 +31,13 @@
|
|||||||
"grunt-contrib-requirejs": "~0.4.1",
|
"grunt-contrib-requirejs": "~0.4.1",
|
||||||
"grunt-contrib-uglify": "~0.2.7",
|
"grunt-contrib-uglify": "~0.2.7",
|
||||||
"grunt-contrib-watch": "~0.5.3",
|
"grunt-contrib-watch": "~0.5.3",
|
||||||
"grunt-requirejs": "~0.4.0",
|
|
||||||
"grunt-mocha-test": "~0.8.0",
|
|
||||||
"grunt-execute": "^0.2.2",
|
"grunt-execute": "^0.2.2",
|
||||||
|
"grunt-forever": "^0.4.7",
|
||||||
|
"grunt-mocha-test": "~0.8.0",
|
||||||
"grunt-nodemon": "~0.1.2",
|
"grunt-nodemon": "~0.1.2",
|
||||||
"grunt-notify": "~0.2.16",
|
"grunt-notify": "~0.2.16",
|
||||||
"grunt-plato": "~0.2.1",
|
"grunt-plato": "~0.2.1",
|
||||||
|
"grunt-requirejs": "~0.4.0",
|
||||||
"sandboxed-module": "",
|
"sandboxed-module": "",
|
||||||
"sinon": "",
|
"sinon": "",
|
||||||
"timekeeper": ""
|
"timekeeper": ""
|
||||||
|
|||||||
Reference in New Issue
Block a user