From 8786d441f2ebe80e499e058622d680cb2751aefa Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Fri, 5 May 2017 17:34:54 +0200 Subject: [PATCH] chore: Fix builder --- .gulp/tasks/themes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gulp/tasks/themes.js b/.gulp/tasks/themes.js index 90224a5..7a1af6a 100644 --- a/.gulp/tasks/themes.js +++ b/.gulp/tasks/themes.js @@ -13,7 +13,7 @@ import Paths from '../paths'; const themeCommons = require('../../src/themes/settings/commons.json'); const themeVariants = []; const themeTemplateFile = fs.readFileSync( - `${Paths.src}/themes/theme-template.json`, + `${Paths.src}/themes/theme-template-color-theme.json`, 'utf-8' );