Produced by Araxis Merge on 1/4/2018 4:54:43 PM Eastern Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | CHAMPVA_Benefit_Eligibility_v1.0.0.zip | gulpfile.js | Thu Dec 21 19:52:28 2017 UTC |
| 2 | CHAMPVA_Benefit_Eligibility_v1.0.0.zip | gulpfile.js | Thu Jan 4 21:12:03 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 74 |
| Changed | 1 | 2 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | var gulp = require( "gulp"), | |
| 2 | mocha = require( 'gulp-moch a'), | |
| 3 | mochaP hantomJS = require( "gulp-moch a-phantomj s"); | |
| 4 | ||
| 5 | const conf ig = require( './config' ); | |
| 6 | ||
| 7 | gulp.task( 'webserver ', functio n() { | |
| 8 | var we bserver = require('g ulp-webser ver'); | |
| 9 | return gulp.src( config.APP DIR).pipe( webserver( { | |
| 10 | fa llback: '/ ', | |
| 11 | port: PORT , | |
| 12 | lo gLevel: 'v erbose', | |
| 13 | wa itforTimeo ut: 10000 | |
| 14 | })); | |
| 15 | }); | |
| 16 | ||
| 17 | //no effec t | |
| 18 | gulp.task( 'app', fun ction() { | |
| 19 | var no demon = re quire('gul p-nodemon' ); | |
| 20 | nodemo n({ | |
| 21 | st dout: fals e, | |
| 22 | sc ript: conf ig.APPDIR + '/app.js ', | |
| 23 | en v: { 'NODE _ENV': 'de velopment' } | |
| 24 | }); | |
| 25 | }); | |
| 26 | ||
| 27 | gulp.task( "mocha", f unction () { | |
| 28 | return gulp.src( './test/in dex.js', { read: fals e}) | |
| 29 | .p ipe(mocha( {reporter: 'spec'})) | |
| 30 | .o nce('error ', functio n () { | |
| 31 | process. exit(1); | |
| 32 | }) | |
| 33 | .o nce('end', function () { | |
| 34 | process. exit(); | |
| 35 | }) ; | |
| 36 | }); | |
| 37 | ||
| 38 | gulp.task( "test", [" app","moch a"]); |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.