diff --git a/app/templates/gulpfile.babel(gulp).js b/app/templates/gulpfile.babel(gulp).js index c2060e594..90f4f6ca4 100644 --- a/app/templates/gulpfile.babel(gulp).js +++ b/app/templates/gulpfile.babel(gulp).js @@ -40,7 +40,10 @@ const paths = { bower: `${clientPath}/bower_components/` }, server: { - scripts: [`${serverPath}/**/!(*.spec|*.integration).js`], + scripts: [ + `${serverPath}/**/!(*.spec|*.integration).js`, + `!${serverPath}/config/local.env.sample.js` + ], json: [`${serverPath}/**/*.json`], test: { integration: [`${serverPath}/**/*.integration.js`, 'mocha.global.js'],