Initial commit
This commit is contained in:
10
resources/_keenthemes/tools/gulp/build.js
Normal file
10
resources/_keenthemes/tools/gulp/build.js
Normal file
@ -0,0 +1,10 @@
|
||||
import chalk from 'chalk';
|
||||
import { gulpConfig } from "./../gulp.config.js";
|
||||
|
||||
|
||||
|
||||
let build = Object.assign(gulpConfig, {});
|
||||
console.log(chalk.yellowBright('Using gulp config file: "../../gulp.config.js"'));
|
||||
|
||||
// Exports
|
||||
export { build };
|
Reference in New Issue
Block a user