12 lines
248 B
JavaScript
12 lines
248 B
JavaScript
/*
|
|
* Gulpfile
|
|
* @version: 1.0.0 (Fri, 08 May 2020)
|
|
* @author: HtmlStream
|
|
* @license: Htmlstream (https://htmlstream.com/licenses)
|
|
* Copyright 2020 Htmlstream
|
|
*/
|
|
|
|
require('./gulpfiles/watch')
|
|
require('./gulpfiles/dist')
|
|
require('./gulpfiles/build')
|