Choose a compiler: Standalone CLI binary or Node.js (npm) packages.
Run compilation manually from the Admin UI or enable Auto-Compilation Mode for front-end refresh builds.
Configure input and output CSS paths inside the active theme.
Environment-aware output: Local/Staging is unminified (optional source maps), Live is minified.
安装:
Upload the plugin folder to /wp-content/plugins/.
Activate the plugin through the Plugins menu.
Go to "CompileKit" in the admin menu.
Install the Standalone CLI binary or Tailwind npm packages, set paths, and run the compiler.
更新日志:
3.0.3
Added a loading overlay with a status message for long-running actions (CLI download, npm install/remove, manual compile) so the page no longer appears frozen.
3.0.2
Hardened output CSS path validation against parent-directory (..) traversal.
More reliable npm detection during package install (now works on hosts with only shell_exec).
Removed a redundant Node.js check that ran an extra process on every npm-based build.
Cached the Standalone CLI pre-flight check to avoid an extra process on every build.
Limited theme CSS scan depth for a faster scan and a cleaner file selector.
Prevented a PHP warning when the output stylesheet has not been compiled yet.
Improved Auto-Compilation locking to prevent overlapping builds on slow hosts.
3.0.1
Confirmed compatibility with WordPress 7.0.
3.0.0
New admin UI (redesigned settings and workflow)
Added compiler selection: Auto, Standalone CLI, or Node.js (npm)
Environment-aware builds [Local/Staging is unminified, optional source maps || Live is minified]
Improved diagnostics and admin notices for compiler failures
Improved compiler workflow and overall stability
Refactored architecture for reliability and maintainability
2.2.0
Minor updates
2.1.9
Added an option to change worker threads count
2.1.8
General Improvements
2.1.7
Added "Update Available" notice on checker screen
Enhanced error display for failed compilations.
2.1.6
Added multiple fallback options to detect installed Tailwind Compiler version
2.1.5
Added @tailwindcss/typography and removed tailwind-clamp from the list of npm modules
2.1.4
General code updates and improvements.
2.1.3
General code updates and improvements.
Added fallback method to compile CSS via npx if binary fails.
2.1.2
General code updates.
Updated LICENSE.
Tailwind CLI binary is now deleted during plugin uninstall.
2.1.1
New updates to compile with WordPress requirements.
2.1.0
Added Updates page.
Added an option to check the current and latest CLI version.
Added an option to reinstall the latest CLI version.