This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
Need less compiler, for example here: http://lessphp.gpeasy.com
As it is possible to connect to October CMS?
It's already there. Goto your october install folder and navigate to vendor/oyejorge/less.php
and you will find it's already there. In the october layout you can just use less like you add css assets.
<link href="{{ [
'assets/less/theme.less'
]|theme }}" rel="stylesheet">
If you using phpstorm ide i would recommend file watchers functionality. https://www.jetbrains.com/phpstorm/help/using-file-watchers.html
Last updated
Less compiling is integrated, but it only watches the frist file. If you are using a lot of imports you need to add a semicolon to your base file for it to work.
1-7 of 7