diff options
Diffstat (limited to 'config.codekit')
-rw-r--r-- | config.codekit | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/config.codekit b/config.codekit index 120180d3..7a8bc291 100644 --- a/config.codekit +++ b/config.codekit @@ -95,6 +95,15 @@ "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0 }, + "\/public\/css\/dropzone.css": { + "fileType": 16, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/public\/css\/dropzone.css", + "outputAbbreviatedPath": "No Output Path", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0 + }, "\/public\/css\/font-awesome.min.css": { "fileType": 16, "ignore": 0, @@ -388,6 +397,26 @@ "strictMath": 0, "strictUnits": 0 }, + "\/public\/less\/_markdown.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/public\/less\/_markdown.less", + "outputAbbreviatedPath": "\/public\/css\/_markdown.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, "\/public\/less\/_octicons.less": { "allowInsecureImports": 0, "createSourceMap": 0, |