// Default project settings, you can edit it and set custom settings. { // The mappings of source directory and output directory "mappings": [ { "src": "assets/src/sass/", "dest": "assets/dist/css/" }, { "src": "assets/src/js/", "dest": "assets/dist/js/" } ], // Add the ignore rules that Koala will not search them. // e.g. ["*.json", "*.txt", "test", "path/libs"] "ignores": [ "assets/bower_components", "node_modules", "vendor", "assets/libs", "assets/dist" ], // 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": [] }