Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 584 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 584 Bytes
Atom and all repositories under Atom will be archived on December 15, 2022. Learn more in our official announcement

Less Cache CI

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')