CodeKit 3.9.1 軟體資訊交流 Mac

winXmac軟體社群 Mac 開發工具 Bryan D K Jones 未分類 Rate 100

CodeKit for Mac,軟體教學,軟體下載,軟體社群,Windows軟體,Mac軟體

CodeKit 3.9.1 Mac


CodeKit for Mac 自動編譯您在教程中閱讀的所有那些令人敬畏的語言。 CodeKit 會在您工作時自動刷新瀏覽器。像魔術一樣。是不是沒有人有時間緩慢,臃腫的網站。 CodeKit 使他們更快。一鍵構建您的整個項目。在一個直觀,美觀的用戶界面中微調過程。在一個地方忘了一個怪異的逗號?通過內置的調試工具快速找到問題.

CodeKit for Mac 功能:

所有酷童裝
Compile Sass,Less,手寫筆,CSS,CoffeeScript,帕格,瘦身,Haml,打字稿,JavaScript,ES6,Markdown,JSON,SVG,PNG,GIF 和 JPEG 開箱即用.

Dead-Simple Configuration
想要壓縮的 CSS?只是檢查一個盒子。需要傳輸 JavaScript?選中一個框。每個工具的選項都可以在一個漂亮,乾淨的用戶界面中使用不再有黑客構建腳本.

移動邊緣工具
供應商前綴的自動修復器。下一代 JavaScript 的 Babel.js。 Libsass 更快的 Sass 編譯。最好的工作流程是建立在.

添加任何語言
使用非內置的東西?輕鬆告訴 CodeKit 如何處理任何類型的文件,就在 UI 中。沒有愚蠢的配置文件或插件所需.

任何設備
Mac,iOS,安卓,Windows,特斯拉,廚房冰箱... 如果它有一個現代的瀏覽器,它刷新。所有主流瀏覽器廠商都支持,甚至超過 SSL.

Zero 安裝
沒有插件,沒有腳本標籤,沒有工作。只需點擊 CodeKit 中的預覽按鈕,就完成了。您甚至不需要 SSL 的證書。真的.

瀏覽器 Sync
在窗體中鍵入一些文本,它也奇蹟般地出現在所有其他設備上。點擊一個鏈接,點擊每個設備。快速跨設備測試.

優化圖像
使用最佳算法無效優化 SVG,PNG,JPG 和 GIF。無需安裝程序; 全部都是烘焙的.

Minify Scripts& CSS
合併腳本來減少 HTTP 請求。縮小您的代碼以減小文件大小。所有的最佳實踐,完全控制細節.

Source Maps
修改代碼,但在瀏覽器的檢查器中查看原始版本。與大多數語言自動工作,沒有頭痛.

ESLint
Scan 與所有語法檢查器的母親的 JavaScript。在 UI 中輕鬆自定義數百個規則並帶有示例和解釋。 JSLint
不准備轉移到 ESLint?沒問題。 JSHint 和 JSLint 也是內置的。查看每個問題的確切行和列號.

Easy Migration
檢查一個框,現有項目正常工作。沒有更新數百個輸出路徑,頁面上沒有更改的 URL。這是魔術.

注意:10 天試用版。需要 64 位處理器.

檔案版本 CodeKit 3.9.1
檔案名稱 codekit.zip
檔案大小 88.9 MB
系統 Mac OS X 10.11 or later
軟體類型 未分類
作者 Bryan D K Jones
更新日期 https://codekitapp.com/
軟體類型 2019-07-25
更新日誌

What's new in this version:

CodeKit 3.9.1
- Change log not available for this version


CodeKit 3.8.2
- Fixes a crash that occurred when scanning malformed Bower packages for import statements


CodeKit 3.8.1
- Fixes an issue in 3.8 that caused crashes with the Projects Sidebar open


CodeKit 3.7.4

Sass and CSS:
- The last update made it impossible to import CSS files into Sass files
- The Sass team decided to roll back that change
- This update restores the ability to @import CSS files. To have their content added to your Sass file, make sure your import statement does NOT include the .css extension

Fixed:
- The browserslist label on the AutoPrefixer pane of Project Settings didn't update correctly


CodeKit 3.7.3
- Babel source maps stopped working and enabling TLS could crash on Mojave
- Remember when I said the new Content-Security-Policy headers "just work"? Turns out I meant that in more of the AirDrop sense: "60% of the time, it works every GODDAMMIT THE DEVICE IS RIGHT HERE WHY CAN'T YOU SEE IT IF I HAVE TO TOGGLE WIFI ON AND OFF ONE MORE TIME I'M BUYING A DELL I SWEAR."
- Anyway, CSP now works correctly. I promise
- The rule editor in the Hooks area wouldn't save changes. That seemed inconvenient, so now it does


CodeKit 3.7.2
- Remember when I said the new Content-Security-Policy headers "just work"? Turns out I meant that in more of the AirDrop sense: "60% of the time, it works every GODDAMMIT THE DEVICE IS RIGHT HERE WHY CAN'T YOU SEE IT IF I HAVE TO TOGGLE WIFI ON AND OFF ONE MORE TIME I'M BUYING A DELL I SWEAR."
- Anyway, CSP now works correctly. I promise.
- The rule editor in the Hooks area wouldn't save changes. That seemed inconvenient, so now it does


CodeKit 3.7.1
- Change log not available for this version


CodeKit 3.7
New: Dark Mode + Mojave Support:
- Dark mode is available on every version of macOS, not just Mojave.
- On 10.14+, CodeKit will match the system accent color by default, but you can set a different one if you prefer.
- Adopted Apple's new "runtime hardening" security. If the app is somehow ever compromised, this feature vastly limits what an attacker could access on your Mac.

New: Target Browsers:
- A new category in Project Settings: Target Browsers
- Shows all the desktop and mobile browsers in which your project will work.
- Shows coverage percentages for the world and your local region.
- Babel, Autoprefixer, and other tools will now automatically configure themselves based on what browsers you enter here.

New: Babel 7:
- No more configuring. Babel will automatically choose the right plugins based on the browsers you support.
- Much faster transpiling.
- If you previously customized Babel settings, double-check them after updating.
- New: Base64 Imports in Kit Files:
- In Kit files, you can now write @import-base64 'someFile.png' to automatically base64-encode the target and include it in the base file.
- See the Kit documentation for examples.

New: Less 3.0:
- Less has been updated to 3.8.1 and some options have changed (mostly about when math operations get performed). If you use Less, double-check the options on your files after updating.

More:
- The list of options for Syntax Checkers and UglifyJS is now searchable.
- When ESLint shows an issue in the Log, you can now click the rule name to instantly adjust that rule in Project Settings.
- New AppleScript command to process a single file at a time. See the docs.
- The Preview Server now supports Content Security Policy (CSP) headers. If your site uses them, they just work; there's nothing to configure.
- CodeKit now [email protected] directives in Less files and recompiles when they change.
- The PNG image optimizer is about 10% faster.

Fixed:
- If you add custom languages to the app, then swap extensions, settings don't get confused any more.
- An edge-case where the preview server could crash.
- A possible race-condition in browser syncing.
- Triple-slash directives in TypeScript files weren't handled correctly.
- CodeKit won't try to set up the refresh server on ancient browsers that can't handle it, which will make one guy stop emailing me.

Component Updates:
- Libsass 3.5.4
- Babel 7.1.0
- Less 3.8.1
- UglifyJS 3.4.9
- CoffeeScript 2.3.1
- Susy 3.0.5
- MultiMarkdown 6.4.0
- Autoprefixer 9.1.5
- Haml 5.0.4
- Bourbon 5.1.0
- Bitters 1.8.0
- Neat 3.0.0
- ESLint 5.6.0
- PNGQuant 2.12.0
- Node 8.11.4

檔案下載 檔案下載