From ac6f721e06ab635eca33666a291f372407c885e5 Mon Sep 17 00:00:00 2001 From: Marco Ris Date: Tue, 1 Jun 2021 23:02:22 +0200 Subject: [PATCH] fix: Removed file from gitignore Closes #11 --- .gitignore | 1 + config/config.nucleus.json | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 config/config.nucleus.json diff --git a/.gitignore b/.gitignore index babe8bf..3426143 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ build/ keys.php vendor/ config.nucleus.json +!config/config.nucleus.json composer.json composer.lock package-lock.json diff --git a/config/config.nucleus.json b/config/config.nucleus.json new file mode 100644 index 0000000..8d39859 --- /dev/null +++ b/config/config.nucleus.json @@ -0,0 +1,13 @@ +{ + "title": "@@themename", + "files": [ + "src/scss/**/*.scss" + ], + "target": "wwwroot/wp-content/themes/gulpwordpress/styleguide", + "css": "wwwroot/wp-content/themes/gulpwordpress/assets/css/style.min.css", + "namespace": "page", + "verbose": 3, + "counterCSS": null, + "staticLipsum": false, + "placeholderService": false +} \ No newline at end of file