-
-
Save teammixture/9534843 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"convertHtmlOutput": null, | |
"customRubyPath": null, | |
"debug": false, | |
"domain": null, | |
"followLeader": false, | |
"lintScripts": false, | |
"modelSource": null, | |
"optimiseImages": true, | |
"optimiseSVG": true, | |
"preprocessorLocations": "_themes/project-fit/scss-compass", | |
"preprocessorScriptOutput": "_themes/project-fit/js", | |
"preprocessorStyleOutput": "_themes/project-fit/css", | |
"projectDescription": "Website for Project-Fit.", | |
"projectName": "project-fit", | |
"publishedId": null, | |
"serverHostname": null, | |
"serverPort": null, | |
"simpleModePartnerServer": "project-fit.dev", | |
"simpleModeFileTypes": "md,css,js,html", | |
"templateDefaultLayout": "layout", | |
"templateDefaultPage": "index", | |
"templateDirectory": "mixture-templates", | |
"type": "simple", | |
"useCompass": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will work...
{
"convertHtmlOutput": null,
"customRubyPath": null,
"debug": false,
"domain": null,
"followLeader": false,
"lintScripts": false,
"modelSource": null,
"optimiseImages": true,
"optimiseSVG": true,
"preprocessorLocations": "_themes/project-fit",
"preprocessorScriptOutput": "_themes/project-fit/js",
"preprocessorStyleOutput": "_themes/project-fit/css",
"projectDescription": "Website for Project-Fit.",
"projectName": "project-fit",
"publishedId": null,
"serverHostname": null,
"serverPort": null,
"simpleModePartnerServer": "project-fit.dev",
"simpleModeFileTypes": "md,css,js,html",
"templateDefaultLayout": "layout",
"templateDefaultPage": "index",
"templateDirectory": "mixture-templates",
"type": "simple",
"useCompass": true
}
or this...
{
"convertHtmlOutput": null,
"customRubyPath": null,
"debug": false,
"domain": null,
"followLeader": false,
"lintScripts": false,
"modelSource": null,
"optimiseImages": true,
"optimiseSVG": true,
"preprocessorLocations": "_themes/project-fit/scss-compass,_themes/project-fit/js,_themes/project-fit/css",
"preprocessorScriptOutput": "_themes/project-fit/js",
"preprocessorStyleOutput": "_themes/project-fit/css",
"projectDescription": "Website for Project-Fit.",
"projectName": "project-fit",
"publishedId": null,
"serverHostname": null,
"serverPort": null,
"simpleModePartnerServer": "project-fit.dev",
"simpleModeFileTypes": "md,css,js,html",
"templateDefaultLayout": "layout",
"templateDefaultPage": "index",
"templateDirectory": "mixture-templates",
"type": "simple",
"useCompass": true
}