Files
Umbraco-CMS/src/Umbraco.Web.UI.Client/gulpfile.js

17 lines
427 B
JavaScript
Raw Normal View History

2019-01-17 17:02:12 +01:00
'use strict';
/*
* gulpfile.js
* ===========
* Rather than manage one giant configuration file responsible
* for creating multiple tasks, each task has been broken out into
* its own file in gulp/tasks. Any file in that folder gets automatically
* required by the loop in ./gulp/index.js (required below).
*
* To add a new task, simply add a new task file to gulp/tasks.
*/
2019-01-18 10:12:24 +01:00
global.isProd = true;
2019-01-17 17:02:12 +01:00
require('./gulp');