Atom and all repositories under Atom will be archived on December 15, 2022. Learn more in our official announcement
Caches the compiled .less
files as .css
.
npm install less-cache
LessCache = require 'less-cache'
cache = new LessCache(cacheDir: '/tmp/less-cache')
css = cache.readFileSync('/Users/me/apps/static/styles.less')