mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-10 15:13:40 -05:00
Stop using Babel to transpile gulpfile
Bumping NodeJS to 10.15.3 removes the need to transpile `gulpfile.js` as this version includes all the ES6 features used.. Also removes .babelrc file. This was included to ensure the gulpfile was transpiled correctly so it is no longer needed.
This commit is contained in:
@@ -138,7 +138,7 @@ const watchForChanges = () => {
|
||||
return watch(paths.src + 'javascripts/**/*', ['javascripts'])
|
||||
.watch(paths.src + 'stylesheets/**/*', ['sass'])
|
||||
.watch(paths.src + 'images/**/*', ['images'])
|
||||
.watch('gulpfile.babel.js', ['default']);
|
||||
.watch('gulpfile.js', ['default']);
|
||||
};
|
||||
|
||||
const lint = {
|
||||
Reference in New Issue
Block a user