aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.babel.js
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-05-13 21:15:28 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-15 14:13:49 +0530
commit112f3f3daf56dcc1f7e446a84ad0bed9a0c8d7b7 (patch)
tree14e2b98a6bdca690130127170c8b39be62dfcd70 /gulpfile.babel.js
parentFixing the broken build process when building using the Dockerfile. (diff)
downloadferdium-app-112f3f3daf56dcc1f7e446a84ad0bed9a0c8d7b7.tar.gz
ferdium-app-112f3f3daf56dcc1f7e446a84ad0bed9a0c8d7b7.tar.zst
ferdium-app-112f3f3daf56dcc1f7e446a84ad0bed9a0c8d7b7.zip
Minor refactoring to have consistent command-line invocations.
Diffstat (limited to 'gulpfile.babel.js')
-rw-r--r--gulpfile.babel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.babel.js b/gulpfile.babel.js
index 407bd3b31..9a04732b7 100644
--- a/gulpfile.babel.js
+++ b/gulpfile.babel.js
@@ -15,10 +15,10 @@ import { removeSync, outputJson } from 'fs-extra';
15import kebabCase from 'kebab-case'; 15import kebabCase from 'kebab-case';
16import hexRgb from 'hex-rgb'; 16import hexRgb from 'hex-rgb';
17 17
18import * as buildInfo from 'preval-build-info';
18import config from './package.json'; 19import config from './package.json';
19 20
20import * as rawStyleConfig from './src/theme/default/legacy.js'; 21import * as rawStyleConfig from './src/theme/default/legacy.js';
21import * as buildInfo from 'preval-build-info';
22 22
23dotenv.config(); 23dotenv.config();
24 24