You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow setting jscs: false (as well as jshint and mocha, and perhaps 6to5) in build.js to disable their respective gulp plugins.
The main purpose of the build.js file is for users to avoid editing the gulpfile.js directly, thus allowing them to easily pull a new slush-es20xx gulpfile version while keeping their customizations.
The text was updated successfully, but these errors were encountered:
Allow setting
jscs: false
(as well as jshint and mocha, and perhaps 6to5) inbuild.js
to disable their respective gulp plugins.The main purpose of the
build.js
file is for users to avoid editing thegulpfile.js
directly, thus allowing them to easily pull a new slush-es20xx gulpfile version while keeping their customizations.The text was updated successfully, but these errors were encountered: