mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-29 01:59:08 +03:00
1.9.0 web - new implementation
This commit is contained in:
19
tools/webfilesbuilder/gulp.js
Normal file
19
tools/webfilesbuilder/gulp.js
Normal file
@@ -0,0 +1,19 @@
|
||||
/* eslint-disable no-path-concat */
|
||||
|
||||
'use strict';
|
||||
|
||||
var path = require('path');
|
||||
process.env.NODE_PATH = (process.env.NODE_PATH || '').split(path.delimiter)
|
||||
.filter((p) => p).concat(__dirname + '/node_modules').join(path.delimiter);
|
||||
require('module')._initPaths(); // eslint-disable-line no-underscore-dangle
|
||||
|
||||
require('gulp');
|
||||
require('gulp-concat');
|
||||
require('gulp/bin/gulp.js');
|
||||
require('fs');
|
||||
require('gulp-gzip');
|
||||
require('gulp-flatmap');
|
||||
require('path');
|
||||
require('gulp-htmlmin');
|
||||
require('gulp-uglify');
|
||||
require('pump');
|
||||
Reference in New Issue
Block a user