Skip to content

Commit

Permalink
fix: Removed file from gitignore
Browse files Browse the repository at this point in the history
Closes #11
  • Loading branch information
Marco Ris committed Jun 1, 2021
1 parent 6eeefb6 commit ac6f721
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ build/
keys.php
vendor/
config.nucleus.json
!config/config.nucleus.json
composer.json
composer.lock
package-lock.json
Expand Down
13 changes: 13 additions & 0 deletions config/config.nucleus.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit ac6f721

Please sign in to comment.