There was a problem fetching the pipeline summary.
add compile function gulpfile and nodemon task
... | @@ -29,6 +29,8 @@ | ... | @@ -29,6 +29,8 @@ |
"chai": "^3.5.0", | "chai": "^3.5.0", | ||
"chai-http": "^3.0.0", | "chai-http": "^3.0.0", | ||
"gulp": "^3.9.1", | "gulp": "^3.9.1", | ||
"gulp-babel": "^6.1.2", | |||
"gulp-eslint": "^3.0.1", | |||
"gulp-mocha": "^3.0.1", | "gulp-mocha": "^3.0.1", | ||
"gulp-nodemon": "^2.1.0", | "gulp-nodemon": "^2.1.0", | ||
"gulp-plumber": "^1.1.0", | "gulp-plumber": "^1.1.0", | ||
... | ... |
Please register or sign in to comment