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