Last active
December 9, 2022 10:33
-
-
Save juliankasimir/15c24bd0d26175dc1890d4b9052ace55 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": { | |
"slug": "loremipsum", | |
"siteName": "loremipsum", | |
"url": "https://loremipsum.de" | |
}, | |
"settings": { | |
"isEnv": "production", | |
"isServer": false | |
}, | |
"config" :{ | |
"sourceSCSS": "assets/scss/", | |
"targetCSS": "./", | |
"targetCSSThemeRoot": "./", | |
"targetCSSParentThemeRoot": "../Divi/", | |
"targetdistCSS": "dist/css/", | |
"sourceJS": "assets/js/", | |
"sourceHTML": "./", | |
"targetHTML": "./", | |
"sourceDistJS": "dist/js/", | |
"sourceDist": "dist/", | |
"targetJS": "assets/js/", | |
"targetDistJS": "dist/js/", | |
"targetNM": "node_modules/", | |
"targetDistNM": "./dist/node_modules/", | |
"targetBW": "bower_components/" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment