reseted old features as in prod

This commit is contained in:
Bachir Soussi Chiadmi
2016-12-10 11:10:49 +01:00
parent 5d17730143
commit adb1437a44
18 changed files with 338 additions and 761 deletions

View File

@@ -1,29 +0,0 @@
// 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"]
}