prepros-6.config 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  1. {
  2. "name": "homespace",
  3. "firstRun": false,
  4. "exportConfig": true,
  5. "fileConfigs": [
  6. {
  7. "path": "css/scss/bootstrap/bootstrap.scss",
  8. "configJson": "{\"forceCompile\":false,\"customOutput\":\"css/vendor/bootstrap.min.css\",\"autoCompile\":true,\"sourceMap\":true,\"compiler-node-sass\":{\"enabled\":true,\"outputStyle\":\"compact\"},\"compiler-autoprefixer\":{\"enabled\":true},\"compiler-minify-css\":{\"enabled\":true}}"
  9. },
  10. {
  11. "path": "css/scss/style.scss",
  12. "configJson": "{\"forceCompile\":false,\"customOutput\":\"css/style.css\",\"autoCompile\":true,\"sourceMap\":false,\"compiler-node-sass\":{\"enabled\":true,\"outputStyle\":\"expanded\"},\"compiler-autoprefixer\":{\"enabled\":true},\"compiler-minify-css\":{\"enabled\":false}}"
  13. },
  14. {
  15. "path": "css/scss/style-light.scss",
  16. "configJson": "{\"forceCompile\":false,\"customOutput\":\"css/style-light.css\",\"autoCompile\":true,\"sourceMap\":false,\"compiler-node-sass\":{\"enabled\":true,\"outputStyle\":\"expanded\"},\"compiler-autoprefixer\":{\"enabled\":true},\"compiler-minify-css\":{\"enabled\":false}}"
  17. }
  18. ],
  19. "fileTree": {
  20. "expandedDirs": [
  21. "css/scss",
  22. "css/scss/bootstrap"
  23. ],
  24. "hideSystemFiles": true,
  25. "systemFiles": [
  26. ".*",
  27. "desktop.ini",
  28. "prepros.config",
  29. "$RECYCLE.BIN",
  30. "prepros.cfg",
  31. "prepros-6.config",
  32. "Prepros Export"
  33. ],
  34. "hideUnwatchedFiles": false
  35. },
  36. "imports": [
  37. {
  38. "path": "scss/style.scss",
  39. "imports": [
  40. "scss/_functions.scss",
  41. "scss/_variables.scss",
  42. "scss/_mixins.scss",
  43. "scss/_site-base.scss",
  44. "scss/_site-navbar.scss",
  45. "scss/_site-blocks.scss",
  46. "scss/_site-elements.scss",
  47. "scss/_site-footer.scss",
  48. "scss/mixins/_deprecate.scss",
  49. "scss/mixins/_breakpoints.scss",
  50. "scss/mixins/_hover.scss",
  51. "scss/mixins/_image.scss",
  52. "scss/mixins/_badge.scss",
  53. "scss/mixins/_resize.scss",
  54. "scss/mixins/_screen-reader.scss",
  55. "scss/mixins/_size.scss",
  56. "scss/mixins/_reset-text.scss",
  57. "scss/mixins/_text-emphasis.scss",
  58. "scss/mixins/_text-hide.scss",
  59. "scss/mixins/_text-truncate.scss",
  60. "scss/mixins/_visibility.scss",
  61. "scss/mixins/_alert.scss",
  62. "scss/mixins/_buttons.scss",
  63. "scss/mixins/_caret.scss",
  64. "scss/mixins/_pagination.scss",
  65. "scss/mixins/_lists.scss",
  66. "scss/mixins/_list-group.scss",
  67. "scss/mixins/_nav-divider.scss",
  68. "scss/mixins/_forms.scss",
  69. "scss/mixins/_table-row.scss",
  70. "scss/mixins/_background-variant.scss",
  71. "scss/mixins/_border-radius.scss",
  72. "scss/mixins/_box-shadow.scss",
  73. "scss/mixins/_gradients.scss",
  74. "scss/mixins/_transition.scss",
  75. "scss/mixins/_clearfix.scss",
  76. "scss/mixins/_grid-framework.scss",
  77. "scss/mixins/_grid.scss",
  78. "scss/mixins/_float.scss"
  79. ]
  80. }
  81. ],
  82. "projectView": {
  83. "selectedView": "file-tree"
  84. },
  85. "fileWatcher": {
  86. "enabled": true,
  87. "watchedExtensions": [
  88. "less",
  89. "sass",
  90. "scss",
  91. "styl",
  92. "md",
  93. "markdown",
  94. "coffee",
  95. "js",
  96. "jade",
  97. "haml",
  98. "slim",
  99. "ls",
  100. "kit",
  101. "png",
  102. "jpg",
  103. "jpeg",
  104. "ts",
  105. "pug",
  106. "css",
  107. "html",
  108. "htm",
  109. "php"
  110. ]
  111. },
  112. "pathFilters": [
  113. "node_modules",
  114. ".*",
  115. "bower_components",
  116. "prepros.config",
  117. "Prepros Export",
  118. "prepros-6.config",
  119. "prepros.cfg",
  120. "wp-admin",
  121. "wp-includes"
  122. ],
  123. "server": {
  124. "port": 10011,
  125. "assignNewPortAutomatically": true,
  126. "enable": true,
  127. "proxy": {
  128. "enable": false,
  129. "url": ""
  130. }
  131. },
  132. "browser-sync": {
  133. "enable": true,
  134. "clicks": true,
  135. "forms": true,
  136. "scroll": true
  137. },
  138. "live-reload": {
  139. "enable": true,
  140. "animate": true,
  141. "delay": 0
  142. },
  143. "ftp-deploy": {
  144. "connectionType": "ftp",
  145. "remotePath": "",
  146. "uploadTimeout": 20000,
  147. "uploadOnChange": false,
  148. "ftp": {
  149. "secure": false,
  150. "keepAlive": true,
  151. "host": "",
  152. "port": 21,
  153. "user": "",
  154. "password": ""
  155. },
  156. "sftp": {
  157. "host": "",
  158. "port": 22,
  159. "usePrivateKey": false,
  160. "username": "",
  161. "password": "",
  162. "privateKey": "",
  163. "passphrase": ""
  164. },
  165. "pathFilters": [
  166. "config.rb",
  167. "prepros.config",
  168. "prepros-6.config",
  169. "node_modules",
  170. "Prepros Export",
  171. ".git",
  172. ".idea",
  173. ".sass-cache",
  174. ".hg",
  175. ".svn",
  176. ".cache",
  177. ".DS_Store",
  178. "*.sass",
  179. "*.scss",
  180. "*.less",
  181. "*.pug",
  182. "*.jade",
  183. "*.styl",
  184. "*.haml",
  185. "*.slim",
  186. "*.coffee",
  187. "*.ls",
  188. "*.kit",
  189. "*.ts"
  190. ],
  191. "history": []
  192. },
  193. "file-type-sass": "{\"compilers\":[\"node-sass\",\"autoprefixer\",\"minify-css\"]}",
  194. "file-type-less": "{\"compilers\":[\"less\",\"autoprefixer\",\"minify-css\"]}",
  195. "autoprefixer": {
  196. "browsers": "last 5 versions"
  197. },
  198. "file-type-pug": "{\"compilers\":[\"pug\"]}",
  199. "file-type-css": "{\"compilers\":[\"autoprefixer\",\"cssnext\",\"minify-css\"]}",
  200. "file-type-javascript": "{\"compilers\":[\"concat-js\",\"babel\",\"uglify-js\"]}",
  201. "file-type-stylus": "{\"compilers\":[\"stylus\",\"autoprefixer\",\"minify-css\"]}",
  202. "file-type-markdown": "{\"compilers\":[\"markdown\"]}",
  203. "file-type-haml": "{\"compilers\":[\"haml\"]}",
  204. "file-type-slim": "{\"compilers\":[\"slim\"]}",
  205. "file-type-coffee-script": "{\"compilers\":[\"coffee-script\",\"uglify-js\"]}",
  206. "file-type-livescript": "{\"compilers\":[\"livescript\",\"uglify-js\"]}",
  207. "file-type-kit": "{\"compilers\":[\"kit\"]}",
  208. "uglify-js": {
  209. "ie8": false,
  210. "compress": {
  211. "sequences": true,
  212. "properties": true,
  213. "dead_code": true,
  214. "drop_debugger": true,
  215. "unsafe": false,
  216. "unsafe_comps": false,
  217. "unsafe_math": false,
  218. "unsafe_proto": false,
  219. "unsafe_regexp": false,
  220. "conditionals": true,
  221. "comparisons": true,
  222. "evaluate": true,
  223. "booleans": true,
  224. "loops": true,
  225. "unused": true,
  226. "toplevel": false,
  227. "top_retain": "",
  228. "hoist_funs": true,
  229. "hoist_vars": false,
  230. "if_return": true,
  231. "join_vars": true,
  232. "collapse_vars": true,
  233. "reduce_vars": true,
  234. "warnings": true,
  235. "negate_iife": true,
  236. "pure_getters": false,
  237. "pure_funcs": [],
  238. "drop_console": false,
  239. "expression": false,
  240. "keep_fargs": true,
  241. "keep_fnames": false,
  242. "passes": 1,
  243. "keep_infinity": false,
  244. "side_effects": true,
  245. "global_defs": []
  246. },
  247. "output": {
  248. "ascii_only": false,
  249. "beautify": false,
  250. "comments": "",
  251. "indent_level": 4,
  252. "indent_start": 0,
  253. "inline_script": false,
  254. "keep_quoted_props": false,
  255. "max_line_len": false,
  256. "preamble": "",
  257. "preserve_line": false,
  258. "quote_keys": false,
  259. "quote_style": 0,
  260. "semicolons": true,
  261. "shebang": true,
  262. "width": 80
  263. }
  264. },
  265. "cssnext": {
  266. "customProperties": true,
  267. "applyRule": true,
  268. "calc": false,
  269. "nesting": true,
  270. "customMedia": true,
  271. "mediaQueriesRange": true,
  272. "customSelectors": true,
  273. "attributeCaseInsensitive": true,
  274. "colorRebeccapurple": true,
  275. "colorHwb": true,
  276. "colorGray": true,
  277. "colorHexAlpha": true,
  278. "colorFunction": true,
  279. "fontVariant": true,
  280. "filter": true,
  281. "initial": true,
  282. "rem": true,
  283. "pseudoElements": true,
  284. "pseudoClassMatches": true,
  285. "pseudoClassNot": true,
  286. "pseudoClassAnyLink": true,
  287. "colorRgba": true,
  288. "overflowWrap": true
  289. },
  290. "file-type-typescript": "{\"compilers\":[\"typescript\",\"uglify-js\"]}",
  291. "babel": {
  292. "useBabelRc": true,
  293. "presets": {
  294. "babel-preset-es2015": true
  295. },
  296. "plugins": {
  297. "babel-plugin-syntax-jsx": true,
  298. "babel-plugin-transform-react-jsx": true,
  299. "babel-plugin-transform-async-to-generator": true,
  300. "babel-plugin-transform-class-properties": true,
  301. "babel-plugin-transform-object-rest-spread": true
  302. }
  303. },
  304. "file-type-png": "{\"compilers\":[\"png\"]}",
  305. "file-type-jpg": "{\"compilers\":[\"jpg\"],\"compiler-jpg\":{\"enabled\":true,\"originalSize\":0,\"newSize\":0}}"
  306. }