From 19d917cf10acb17fe3afde5448ce96fc5a456d69 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Mon, 10 Apr 2017 10:04:49 +0200 Subject: [PATCH] chore: Fix string quote --- .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 d51cc1b..d4b2394 100644 --- a/.gulp/tasks/themes.js +++ b/.gulp/tasks/themes.js @@ -10,7 +10,7 @@ import YAML from 'yamljs'; import Paths from '../paths'; -const themeCommons = require(`../../src/themes/settings/commons.json`); +const themeCommons = require('../../src/themes/settings/commons.json'); const themeVariants = []; const themeTemplateFile = fs.readFileSync( `${Paths.src}/themes/theme-template.yml`,