Viewing File: /home/ubuntu/route-and-root-frontend-base/node_modules/react-global-configuration/gulpfile.js

/**
 * Gulp tasks
 *
 * Check out the /gulp directory for all of the available top level gulp tasks and /lib/gulpTaskGenerators for the
 * various generators that are in use here (and also exported).
 *
 */

require("@babel/register");

require('./gulp/test');
require('./gulp/lint');
require('./gulp/build');
Back to Directory File Manager