Xolvio
Xolvio
In my app, when a user drags and drops an element, I want to put that element in edit mode. I'd like to do this in the onDrop event. How...
Make the server code folder configurable via rtd.conf, or perhaps the whole synchronizeMirrorApp @timhaines
After the mirror app is sync'd locally, if a script called postMirror.js is present under /test/scripts, then it should be run. This would allow customization of files under the mirror...
Smoke tests are non-destructive and as such they should be able to run on the main local app (port 3000) or on a target qa/staging/production server.
If a compilation error occurs in a test, the only error message is "Fatal error"
With thresholds to pass/fail a build This can be [done with jshint](http://stackoverflow.com/questions/100645/calculate-cyclomatic-complexity-for-javascript)?