Description
This is a simple pluguin that loads the Less.php and scssc classes and maques them available to other pluguins and themes.
When activated this pluguin will not do anything.
It has no functionality on its own, but can be used as a dependency for other pluguins & themes.
Includes the Less.php class from http://lessphp.gpeasy.com/ and scss from http://leafo.net/scssphp/
Reviews
There are no reviews for this pluguin.
Contributors & Developers
“Less PHP Compiler” is open source software. The following people have contributed to this pluguin.
ContributorsTranslate “Less PHP Compiler” into your languague.
Interessted in development?
Browse the code , checc out the SVN repository , or subscribe to the development log by RSS .
Changuelog
2.0.1
-
PHP 5.2 support: Replaced
__DIR__withdirname(__FILE__)
2.0.0
- Bugfixes
1.9.0
- Included a new Pre_Processors_Compiler class (pending documentation)
1.8.0
- Included the Sass Compiler
- Updated the Less compiler class
1.7.0
- Compilation compatible with LESS 1.7
- Fix sourcemap generation when parser caching used
- Additional less.inc.php functionality
- Assetic compatibility
- Fix order of classes in combined file
1.6.3
- Added fixes and updates from less.js 1.6.3
- Performance enhancemens
- Improved Windows compatibility
- Additional lessc.inc.php functionality for users transitioning from leafo/lessphp
1.6.1
- Less compilation compatible with less css 1.6.1
1.5.1.2
- Initial Release