https://github.com/adussaq/hcv_genie
Raw File
Tip revision: d1ea7b2e89d85accb51fb5f0a728ea1236166c9d authored by Alex on 12 May 2017, 21:37:55 UTC
fix issue with image
Tip revision: d1ea7b2
koala-config.json
// Default project settings, you can edit it and set custom settings.
{
	// The mappings of source directory and output directory
	"mappings": [
		// {	
		// 	"src": "path/to/source",
		// 	"dest": "path/to/output"
		// }
	],

	// Add the ignore rules that Koala will not search them.
	// e.g. ["*.json", "*.txt", "test", "path/libs"]
	"ignores": [],

	// Options of Compilers.
	"options": {
		// "key": "val",
		// "key2": "val2"
		// ...
	},

	// An array of filesystem paths which should be searched for js/LESS/Sass templates imported with the @import/@append/@prepend directive.
	"includePaths": []
}
back to top