From 337516ebebe5e57d584ef9d498853ad5c4727c5e Mon Sep 17 00:00:00 2001 From: Nick de Kruijk Date: Tue, 19 Nov 2019 12:07:03 +0100 Subject: [PATCH] Same build paths as version 1.x --- src/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.php b/src/config.php index 740f786..8d9d286 100644 --- a/src/config.php +++ b/src/config.php @@ -12,8 +12,8 @@ */ 'output' => [ - 'css' => 'css/build/app.css', - 'js' => 'js/build/app.js', + 'css' => 'css/builds/app.css', + 'js' => 'js/builds/app.js', ], /*