##// END OF EJS Templates
tests: Fix --without-vcsserver parameter...
tests: Fix --without-vcsserver parameter Ensuring now that we always disable the vcsserver auto start for the test suite, since the test suite bootstraps its own vcsserver process. Also enhanced TestINI.

File last commit:

r700:771067bc default
r816:43fb99bf default
Show More
package.json
18 lines | 463 B | application/json | JsonLexer
project: added all source files and assets
r1 {
"name": "rhodecode-enterprise",
"version": "0.0.1",
"devDependencies": {
"grunt": "^0.4.5",
polymer: introduce webcomponents to rhodecode
r689 "grunt-contrib-copy": "^1.0.0",
project: added all source files and assets
r1 "grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-less": "^1.1.0",
"grunt-contrib-watch": "^0.6.1",
polymer: introduce webcomponents to rhodecode
r689 "crisper": "^2.0.2",
"vulcanize": "^1.14.8",
"grunt-crisper": "^1.0.1",
"grunt-vulcanize": "^1.0.0",
packages.json: add bower dependancy
r700 "jshint": "^2.9.1-rc3",
"bower": "^1.7.9"
project: added all source files and assets
r1 }
}