Skip to content

Commit 6f39ecd

Browse files
authored
fix: Move compiled files to dict and compress (#5082)
1 parent 87d9565 commit 6f39ecd

File tree

14 files changed

+1385
-12
lines changed

14 files changed

+1385
-12
lines changed

dictionaries/dart/cspell-ext.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dictionaryDefinitions": [
88
{
99
"name": "dart",
10-
"path": "./dart.txt.gz",
10+
"path": "./dict/dart.txt.gz",
1111
"description": "Dart dictionary."
1212
}
1313
],

dictionaries/dart/cspell-tools.config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
targets:
44
- name: dart
5-
targetDirectory: .
5+
targetDirectory: dict
6+
keepUncompressed: true
67
compress: true
78
format: plaintext
89
sources:

0 commit comments

Comments
 (0)