Skip to content

Instantly share code, notes, and snippets.

@lozandier
Last active August 29, 2015 13:57
Show Gist options
  • Save lozandier/9430582 to your computer and use it in GitHub Desktop.
Save lozandier/9430582 to your computer and use it in GitHub Desktop.
Integrating Mixture w/ Rails (Mixture.json file inside App Folder)
{
"debug": false,
"lintScripts": false,
"preprocessorLocations": "assets/stylesheets, assets/javascripts, views",
"preprocessorScriptOutput": "assets/",
"preprocessorStyleOutput": "assets/",
"projectName": "Project Name",
"projectDescription": "Project Description",
"publishedId": null,
"serverHostname": null,
"serverPort": null,
"templateDirectory": "templates",
"templateDefaultLayout": null,
"templateDefaultPage": null,
"type": "simple",
"useCompass": false,
"simpleModePartnerServer": "localhost:3000",
"simpleModeFileTypes": null,
"modelSource": null,
"domain": null,
"convertHtmlOutput": null,
"convertHtmlExtension": ".html",
"followLeader": true,
"routes": null,
"customRuby": false,
"customRubyPath": null,
"remoteDebugPort": 0,
"optimiseImages": true,
"password": null,
"ignoreDir": "ignore",
"customTodos": null,
"ftpSettings": null,
"autoPrefixer": null,
"sass": null,
"sitemap": false,
"gitHubPages": null,
"less": null,
"optimiseSVG": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment