Harness the power of pre-processed CSS and minified JS in your theme or plugin, without any complicated installs or build tools.
Simply tell WP Compiler where to find your source files and where to put the compiled results, then throw your install into Dev Mode.
WP Compiler supports both SCSS and LESS precompilers for CSS, to suit anyone's preference..
When you're ready to launch new site, just turn off Dev Mode, and your styles and javascript will be compiled & minimized and comments & source maps will be removed.
With Dev mode disabled, Compiler will stop watching source directories, so there is no effect on site performance, but you can still apply quick change at any time, by clicking the in the admin toolbar..
Using FTP program, or your hosting control panel, upload the unzipped plugin folder to your WordPress installation�s wp-content plugins directory.
Set the paths to your CSS and JS files and the targets they compile to.
This is custom file format in which each line consists of relative file path to JS file, path to directory containing JS, or path to another.manifest file for clarity, lines beginning with hash symbol are treated as comments..
What about AutoPrefixing, JS Transpiling, NPM includes, Require.js, Custom Task Runners or..
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more