Ryan Roemer

Results 134 issues of Ryan Roemer

Sinon currently does not play well with Webpack due to non-standard UMD configuration. We currently globally include it. TASK: - [ ] Update `webpack.config.*.js` to use: ``` js // Add...

Remove: ```js "engineStrict": true, ``` Mutate: ```js "engines": { "npm": ">=2.0.0" }, ```

As alternative to gulp. Make entire gulpfile optional. - [x] Add to documentation / training notes for "how to use" - [x] Run test server. - [x] Run Mocha REST...

feature

- [ ] Command ends and get back terminal. The main nodemon watched process continues in the background. - [ ] Also, nodemon continually detects changes that aren't changing. ```...

bug

See e.g., https://ci.appveyor.com/project/ryan-roemer/full-stack-testing/build/job/tku3xg3u06vgpqxg ``` > [email protected] test-func C:\projects\full-stack-testing > mocha --opts test/func/mocha.opts test/func func/application [CLIENT] [error] Error: Server start timeout 1) "before all" hook 0 passing (6s) 1 failing 1)...

bug

- [ ] Add functional test sauce targets. - [ ] Have Travis CI build split into a "do Func + Sauce" and "do everything else"

feature

- [ ] Add karma sauce targets. - [ ] Have Travis CI build split into a "do Karma + Sauce" and "do everything else"

feature

- Travis Upload Builds to: http://docs.travis-ci.com/user/deployment/s3/ - Appveyor: http://www.appveyor.com/docs/deployment/amazon-s3 - Mac: - https://hosted-ci.com/plan/free - Travis Multi OS, but not open anymore?

feature