karma-empty-css-preprocessor

0.1.2 • Public • Published

karma-empty-css-preprocessor

Preprocessor to compile whatever file to empty .css

This plugin may be useful if in your unit tests you aren't interested in the css, but the requireJS will refuse to work if it can't find the files.

It is faster to create empty files than to run the usual machinery of SASS or LESS.

Installation

The easiest way is to keep karma-empty-css-preprocessor as a devDependency in your package.json.

{
  "devDependencies": {
    "karma": "~0.10",
    "karma-empty-css-preprocessor": "~0.1"
  }
}

You can simple do it by:

npm install karma-empty-css-preprocessor --save-dev

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.21latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.21

Package Sidebar

Install

npm i karma-empty-css-preprocessor

Weekly Downloads

1

Version

0.1.2

License

MIT

Last publish

Collaborators

  • crabhi