29 lines
888 B
JSON
29 lines
888 B
JSON
// Dust 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"
|
|
// ...
|
|
},
|
|
|
|
// Other compile options.
|
|
// e.g, ["--strict-imports", ... ,"--rootpath=URL"].
|
|
// Run the command 'lessc -h' to see more options.
|
|
"custom_options": [],
|
|
|
|
// An array of filesystem paths or importers which should be searched for LESS templates imported with the @import directive.
|
|
"include_paths": ["/home/bachir/Developer/codekitframeworks/gui_ck_fw", "/home/bachir/Developer/codekitframeworks/bootstrap/less"]
|
|
} |