Skip to content

crabhi/karma-empty-css-preprocessor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 simply do it by:

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

About

Produces empty files with css suffix

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published