An open API service indexing awesome lists of open source software.

https://github.com/ehanlin/lessvercontroller

Clear a less cache by version controller
https://github.com/ehanlin/lessvercontroller

Last synced: about 2 months ago
JSON representation

Clear a less cache by version controller

Awesome Lists containing this project

README

          

lessVerController
===================================

Clear a less version cache by storage, if you want to use `.less` on production.

## Install

```bash
bower install less-ver-controller
```

## Install node modules

```bash
npm install
```

## Dependencies

* [less.js](http://lesscss.org/)

## Support

* IE8+
* chrome
* firefox

## Usage

Set a ver by `lessVerController.ver()`, it will auto-remove cache.

```html

lessVerController.ver("v0.0.1")


less = {
env:"production"
}

```

## DEMO

```bash
gulp server
```

## Build

```bash
gulp
```