-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprepros-6.config
443 lines (443 loc) · 16.7 KB
/
prepros-6.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
{
"name": "!golden-portfolio",
"firstRun": false,
"exportConfig": true,
"fileConfigs": [
{
"path": "sass/style.scss",
"configJson": "{\"forceCompile\":false,\"customOutput\":\"\",\"autoCompile\":true,\"sourceMap\":false,\"compiler-node-sass\":{\"enabled\":true,\"outputStyle\":\"nested\"},\"compiler-autoprefixer\":{\"enabled\":true},\"compiler-minify-css\":{\"enabled\":false}}"
},
{
"path": "sass/vendor/_modal.scss",
"configJson": "{\"forceCompile\":false,\"customOutput\":\"\",\"autoCompile\":true,\"sourceMap\":false,\"compiler-node-sass\":{\"enabled\":true,\"outputStyle\":\"nested\"},\"compiler-autoprefixer\":{\"enabled\":true},\"compiler-minify-css\":{\"enabled\":false}}"
},
{
"path": "sass/vendor/_bootstrap_custom.scss",
"configJson": "{\"forceCompile\":false,\"customOutput\":\"\",\"autoCompile\":true,\"sourceMap\":false,\"compiler-node-sass\":{\"enabled\":true,\"outputStyle\":\"nested\"},\"compiler-autoprefixer\":{\"enabled\":true},\"compiler-minify-css\":{\"enabled\":false}}"
},
{
"path": "sass/vendor/bootstrap.scss",
"configJson": "{\"forceCompile\":false,\"customOutput\":\"\",\"autoCompile\":true,\"sourceMap\":false,\"compiler-node-sass\":{\"enabled\":true,\"outputStyle\":\"nested\"},\"compiler-autoprefixer\":{\"enabled\":true},\"compiler-minify-css\":{\"enabled\":false}}"
},
{
"path": "css/style.css",
"configJson": "{\"autoCompile\":true,\"forceCompile\":false,\"customOutput\":\"\",\"sourceMap\":false,\"compiler-autoprefixer\":{\"enabled\":true},\"compiler-cssnext\":{\"enabled\":false},\"compiler-minify-css\":{\"enabled\":true},\"outputSuffix\":\"-dist\"}"
}
],
"fileTree": {
"expandedDirs": [
"css",
"sass"
],
"hideSystemFiles": true,
"systemFiles": [
".*",
"desktop.ini",
"prepros.config",
"$RECYCLE.BIN",
"prepros.cfg",
"prepros-6.config",
"Prepros Export"
],
"hideUnwatchedFiles": false
},
"imports": [
{
"path": "sass/style.scss",
"imports": [
"sass/vendor/bootstrap.scss",
"node_modules/bootstrap/scss/_custom.scss",
"node_modules/bootstrap/scss/_variables.scss",
"node_modules/bootstrap/scss/_mixins.scss",
"node_modules/bootstrap/scss/_normalize.scss",
"node_modules/bootstrap/scss/_print.scss",
"node_modules/bootstrap/scss/_reboot.scss",
"node_modules/bootstrap/scss/_type.scss",
"node_modules/bootstrap/scss/_images.scss",
"node_modules/bootstrap/scss/_code.scss",
"node_modules/bootstrap/scss/_grid.scss",
"node_modules/bootstrap/scss/_tables.scss",
"node_modules/bootstrap/scss/_forms.scss",
"node_modules/bootstrap/scss/_buttons.scss",
"node_modules/bootstrap/scss/_transitions.scss",
"node_modules/bootstrap/scss/_dropdown.scss",
"node_modules/bootstrap/scss/_button-group.scss",
"node_modules/bootstrap/scss/_input-group.scss",
"node_modules/bootstrap/scss/_custom-forms.scss",
"node_modules/bootstrap/scss/_nav.scss",
"node_modules/bootstrap/scss/_navbar.scss",
"node_modules/bootstrap/scss/_card.scss",
"node_modules/bootstrap/scss/_breadcrumb.scss",
"node_modules/bootstrap/scss/_pagination.scss",
"node_modules/bootstrap/scss/_badge.scss",
"node_modules/bootstrap/scss/_jumbotron.scss",
"node_modules/bootstrap/scss/_alert.scss",
"node_modules/bootstrap/scss/_progress.scss",
"node_modules/bootstrap/scss/_media.scss",
"node_modules/bootstrap/scss/_list-group.scss",
"node_modules/bootstrap/scss/_responsive-embed.scss",
"node_modules/bootstrap/scss/_close.scss",
"node_modules/bootstrap/scss/_modal.scss",
"node_modules/bootstrap/scss/_tooltip.scss",
"node_modules/bootstrap/scss/_popover.scss",
"node_modules/bootstrap/scss/_carousel.scss",
"node_modules/bootstrap/scss/_utilities.scss",
"node_modules/bootstrap/scss/mixins/_breakpoints.scss",
"node_modules/bootstrap/scss/mixins/_hover.scss",
"node_modules/bootstrap/scss/mixins/_image.scss",
"node_modules/bootstrap/scss/mixins/_badge.scss",
"node_modules/bootstrap/scss/mixins/_resize.scss",
"node_modules/bootstrap/scss/mixins/_screen-reader.scss",
"node_modules/bootstrap/scss/mixins/_size.scss",
"node_modules/bootstrap/scss/mixins/_reset-text.scss",
"node_modules/bootstrap/scss/mixins/_text-emphasis.scss",
"node_modules/bootstrap/scss/mixins/_text-hide.scss",
"node_modules/bootstrap/scss/mixins/_text-truncate.scss",
"node_modules/bootstrap/scss/mixins/_transforms.scss",
"node_modules/bootstrap/scss/mixins/_visibility.scss",
"node_modules/bootstrap/scss/mixins/_alert.scss",
"node_modules/bootstrap/scss/mixins/_buttons.scss",
"node_modules/bootstrap/scss/mixins/_cards.scss",
"node_modules/bootstrap/scss/mixins/_pagination.scss",
"node_modules/bootstrap/scss/mixins/_lists.scss",
"node_modules/bootstrap/scss/mixins/_list-group.scss",
"node_modules/bootstrap/scss/mixins/_nav-divider.scss",
"node_modules/bootstrap/scss/mixins/_forms.scss",
"node_modules/bootstrap/scss/mixins/_table-row.scss",
"node_modules/bootstrap/scss/mixins/_background-variant.scss",
"node_modules/bootstrap/scss/mixins/_border-radius.scss",
"node_modules/bootstrap/scss/mixins/_gradients.scss",
"node_modules/bootstrap/scss/mixins/_clearfix.scss",
"node_modules/bootstrap/scss/mixins/_navbar-align.scss",
"node_modules/bootstrap/scss/mixins/_grid-framework.scss",
"node_modules/bootstrap/scss/mixins/_grid.scss",
"node_modules/bootstrap/scss/mixins/_float.scss",
"node_modules/bootstrap/scss/bootstrap.scss",
"node_modules/bootstrap/scss/utilities/_align.scss",
"node_modules/bootstrap/scss/utilities/_background.scss",
"node_modules/bootstrap/scss/utilities/_borders.scss",
"node_modules/bootstrap/scss/utilities/_clearfix.scss",
"node_modules/bootstrap/scss/utilities/_display.scss",
"node_modules/bootstrap/scss/utilities/_flex.scss",
"node_modules/bootstrap/scss/utilities/_float.scss",
"node_modules/bootstrap/scss/utilities/_position.scss",
"node_modules/bootstrap/scss/utilities/_screenreaders.scss",
"node_modules/bootstrap/scss/utilities/_sizing.scss",
"node_modules/bootstrap/scss/utilities/_spacing.scss",
"node_modules/bootstrap/scss/utilities/_text.scss",
"node_modules/bootstrap/scss/utilities/_visibility.scss"
]
},
{
"path": "sass/vendor/bootstrap.scss",
"imports": [
"node_modules/bootstrap/scss/_custom.scss",
"node_modules/bootstrap/scss/_variables.scss",
"node_modules/bootstrap/scss/_mixins.scss",
"node_modules/bootstrap/scss/_normalize.scss",
"node_modules/bootstrap/scss/_print.scss",
"node_modules/bootstrap/scss/_reboot.scss",
"node_modules/bootstrap/scss/_type.scss",
"node_modules/bootstrap/scss/_images.scss",
"node_modules/bootstrap/scss/_code.scss",
"node_modules/bootstrap/scss/_grid.scss",
"node_modules/bootstrap/scss/_tables.scss",
"node_modules/bootstrap/scss/_forms.scss",
"node_modules/bootstrap/scss/_buttons.scss",
"node_modules/bootstrap/scss/_transitions.scss",
"node_modules/bootstrap/scss/_dropdown.scss",
"node_modules/bootstrap/scss/_button-group.scss",
"node_modules/bootstrap/scss/_input-group.scss",
"node_modules/bootstrap/scss/_custom-forms.scss",
"node_modules/bootstrap/scss/_nav.scss",
"node_modules/bootstrap/scss/_navbar.scss",
"node_modules/bootstrap/scss/_card.scss",
"node_modules/bootstrap/scss/_breadcrumb.scss",
"node_modules/bootstrap/scss/_pagination.scss",
"node_modules/bootstrap/scss/_badge.scss",
"node_modules/bootstrap/scss/_jumbotron.scss",
"node_modules/bootstrap/scss/_alert.scss",
"node_modules/bootstrap/scss/_progress.scss",
"node_modules/bootstrap/scss/_media.scss",
"node_modules/bootstrap/scss/_list-group.scss",
"node_modules/bootstrap/scss/_responsive-embed.scss",
"node_modules/bootstrap/scss/_close.scss",
"node_modules/bootstrap/scss/_modal.scss",
"node_modules/bootstrap/scss/_tooltip.scss",
"node_modules/bootstrap/scss/_popover.scss",
"node_modules/bootstrap/scss/_carousel.scss",
"node_modules/bootstrap/scss/_utilities.scss",
"node_modules/bootstrap/scss/mixins/_breakpoints.scss",
"node_modules/bootstrap/scss/mixins/_hover.scss",
"node_modules/bootstrap/scss/mixins/_image.scss",
"node_modules/bootstrap/scss/mixins/_badge.scss",
"node_modules/bootstrap/scss/mixins/_resize.scss",
"node_modules/bootstrap/scss/mixins/_screen-reader.scss",
"node_modules/bootstrap/scss/mixins/_size.scss",
"node_modules/bootstrap/scss/mixins/_reset-text.scss",
"node_modules/bootstrap/scss/mixins/_text-emphasis.scss",
"node_modules/bootstrap/scss/mixins/_text-hide.scss",
"node_modules/bootstrap/scss/mixins/_text-truncate.scss",
"node_modules/bootstrap/scss/mixins/_transforms.scss",
"node_modules/bootstrap/scss/mixins/_visibility.scss",
"node_modules/bootstrap/scss/mixins/_alert.scss",
"node_modules/bootstrap/scss/mixins/_buttons.scss",
"node_modules/bootstrap/scss/mixins/_cards.scss",
"node_modules/bootstrap/scss/mixins/_pagination.scss",
"node_modules/bootstrap/scss/mixins/_lists.scss",
"node_modules/bootstrap/scss/mixins/_list-group.scss",
"node_modules/bootstrap/scss/mixins/_nav-divider.scss",
"node_modules/bootstrap/scss/mixins/_forms.scss",
"node_modules/bootstrap/scss/mixins/_table-row.scss",
"node_modules/bootstrap/scss/mixins/_background-variant.scss",
"node_modules/bootstrap/scss/mixins/_border-radius.scss",
"node_modules/bootstrap/scss/mixins/_gradients.scss",
"node_modules/bootstrap/scss/mixins/_clearfix.scss",
"node_modules/bootstrap/scss/mixins/_navbar-align.scss",
"node_modules/bootstrap/scss/mixins/_grid-framework.scss",
"node_modules/bootstrap/scss/mixins/_grid.scss",
"node_modules/bootstrap/scss/mixins/_float.scss",
"node_modules/bootstrap/scss/bootstrap.scss",
"node_modules/bootstrap/scss/utilities/_align.scss",
"node_modules/bootstrap/scss/utilities/_background.scss",
"node_modules/bootstrap/scss/utilities/_borders.scss",
"node_modules/bootstrap/scss/utilities/_clearfix.scss",
"node_modules/bootstrap/scss/utilities/_display.scss",
"node_modules/bootstrap/scss/utilities/_flex.scss",
"node_modules/bootstrap/scss/utilities/_float.scss",
"node_modules/bootstrap/scss/utilities/_position.scss",
"node_modules/bootstrap/scss/utilities/_screenreaders.scss",
"node_modules/bootstrap/scss/utilities/_sizing.scss",
"node_modules/bootstrap/scss/utilities/_spacing.scss",
"node_modules/bootstrap/scss/utilities/_text.scss",
"node_modules/bootstrap/scss/utilities/_visibility.scss"
]
}
],
"projectView": {
"selectedView": "file-tree"
},
"fileWatcher": {
"enabled": true,
"watchedExtensions": [
"less",
"sass",
"scss",
"styl",
"md",
"markdown",
"coffee",
"js",
"jade",
"haml",
"slim",
"ls",
"kit",
"png",
"jpg",
"jpeg",
"ts",
"pug",
"css",
"html",
"htm",
"php"
]
},
"pathFilters": [
"node_modules",
".*",
"bower_components",
"prepros.config",
"Prepros Export",
"prepros-6.config",
"prepros.cfg",
"wp-admin",
"wp-includes"
],
"server": {
"port": 3000,
"assignNewPortAutomatically": true,
"enable": true,
"proxy": {
"enable": false,
"url": ""
}
},
"browser-sync": {
"enable": true,
"clicks": true,
"forms": true,
"scroll": true
},
"live-reload": {
"enable": true,
"animate": true,
"delay": 50
},
"ftp-deploy": {
"connectionType": "ftp",
"remotePath": "",
"uploadTimeout": 20000,
"uploadOnChange": false,
"ftp": {
"secure": false,
"keepAlive": true,
"host": "",
"port": 21,
"user": "",
"password": ""
},
"sftp": {
"host": "",
"port": 22,
"usePrivateKey": false,
"username": "",
"password": "",
"privateKey": "",
"passphrase": ""
},
"pathFilters": [
"config.rb",
"prepros.config",
"prepros-6.config",
"node_modules",
"Prepros Export",
".git",
".idea",
".sass-cache",
".hg",
".svn",
".cache",
".DS_Store",
"*.sass",
"*.scss",
"*.less",
"*.pug",
"*.jade",
"*.styl",
"*.haml",
"*.slim",
"*.coffee",
"*.ls",
"*.kit",
"*.ts"
],
"history": []
},
"file-type-sass": "{\"compilers\":[\"node-sass\",\"autoprefixer\",\"minify-css\"],\"output\":{\"outputType\":\"RELATIVE_SOURCE\",\"relative\":\"../css\"},\"outputSuffix\":null}",
"file-type-less": "{\"compilers\":[\"less\",\"autoprefixer\",\"minify-css\"]}",
"autoprefixer": {
"browsers": "last 5 versions"
},
"file-type-pug": "{\"compilers\":[\"pug\"]}",
"file-type-css": "{\"compilers\":[\"autoprefixer\",\"cssnext\",\"minify-css\"],\"sourceMap\":true,\"compiler-cssnext\":{\"enabled\":true}}",
"file-type-javascript": "{\"compilers\":[\"concat-js\",\"babel\",\"uglify-js\"]}",
"file-type-stylus": "{\"compilers\":[\"stylus\",\"autoprefixer\",\"minify-css\"]}",
"file-type-markdown": "{\"compilers\":[\"markdown\"]}",
"file-type-haml": "{\"compilers\":[\"haml\"]}",
"file-type-slim": "{\"compilers\":[\"slim\"]}",
"file-type-coffee-script": "{\"compilers\":[\"coffee-script\",\"uglify-js\"]}",
"file-type-livescript": "{\"compilers\":[\"livescript\",\"uglify-js\"]}",
"file-type-kit": "{\"compilers\":[\"kit\"]}",
"uglify-js": {
"ie8": false,
"compress": {
"sequences": true,
"properties": true,
"dead_code": true,
"drop_debugger": true,
"unsafe": false,
"unsafe_comps": false,
"unsafe_math": false,
"unsafe_proto": false,
"unsafe_regexp": false,
"conditionals": true,
"comparisons": true,
"evaluate": true,
"booleans": true,
"loops": true,
"unused": true,
"toplevel": false,
"top_retain": "",
"hoist_funs": true,
"hoist_vars": false,
"if_return": true,
"join_vars": true,
"cascade": true,
"collapse_vars": true,
"reduce_vars": true,
"warnings": true,
"negate_iife": true,
"pure_getters": false,
"pure_funcs": [],
"drop_console": false,
"expression": false,
"keep_fargs": true,
"keep_fnames": false,
"passes": 1,
"keep_infinity": false,
"side_effects": true,
"global_defs": []
},
"output": {
"ascii_only": false,
"beautify": false,
"bracketize": false,
"comments": "",
"indent_level": 4,
"indent_start": 0,
"inline_script": false,
"keep_quoted_props": false,
"max_line_len": false,
"preamble": "",
"preserve_line": false,
"quote_keys": false,
"quote_style": 0,
"semicolons": true,
"shebang": true,
"width": 80
}
},
"cssnext": {
"customProperties": true,
"applyRule": true,
"calc": false,
"nesting": true,
"customMedia": true,
"mediaQueriesRange": true,
"customSelectors": true,
"attributeCaseInsensitive": true,
"colorRebeccapurple": true,
"colorHwb": true,
"colorGray": true,
"colorHexAlpha": true,
"colorFunction": true,
"fontVariant": true,
"filter": true,
"initial": true,
"rem": true,
"pseudoElements": true,
"pseudoClassMatches": true,
"pseudoClassNot": true,
"pseudoClassAnyLink": true,
"colorRgba": true,
"overflowWrap": true
},
"file-type-typescript": "{\"compilers\":[\"typescript\",\"uglify-js\"]}",
"babel": {
"useBabelRc": true,
"presets": {
"babel-preset-es2015": true
},
"plugins": {
"babel-plugin-syntax-jsx": true,
"babel-plugin-transform-react-jsx": true,
"babel-plugin-transform-async-to-generator": true,
"babel-plugin-transform-class-properties": true,
"babel-plugin-transform-object-rest-spread": true
}
},
"file-type-png": "{\"compilers\":[\"png\"]}",
"file-type-jpg": "{\"compilers\":[\"jpg\"]}"
}