• I’m currently in the development stage on a site using the bootstrap of wp-less. Given that the site is currently under local development, I’m making frequent changes to the stylesheet. It seems that in order to update the cache I have to delete the cached css file. Is there a better way of doing this, possibly a way to disable the cache for development or change the cache timeout?

    Thanks,

    http://wordpress.org/extend/plugins/wp-less/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter timarthurlee

    (@timarthurlee)

    As an update it seems that it detects changes in .less sheets that are directly called in an action filter, however any changes in files that where imported into the .less file (using @import: file.less;) do not get recognized so the file doesn’t get updated.

    Plugin Author oncletom

    (@oncletom)

    Yep, the plugin only checks for the master file, mainly because in my usage, I queued many stylesheets with WP, instead of LESS.

    I’ll check if something is possible, at few performance cost.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP-LESS] cache timeout during development’ is closed to new replies.