Skip to content

Instantly share code, notes, and snippets.

@teammixture
Forked from niallthompson/gist:9534709
Created March 13, 2014 19:10
Show Gist options
  • Save teammixture/9534843 to your computer and use it in GitHub Desktop.
Save teammixture/9534843 to your computer and use it in GitHub Desktop.
{
"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
}
@teammixture
Copy link
Author

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
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment