postcss-progress

1.1.1 • Public • Published

postcss-progress

Print the current files being processed, time taken, and when a file is written during postcss.

Installation

$ npm install --save-dev postcss-progress

Then require that plugin in your code and use it:

var progress = require('postcss-progress');
 
...
plugins: [
  progress.start()
  // insert other plugins here
  progress.stop()
];
..
 

Now when you run postcss you will get the following output, but it will also be colored.

src/index.css → dist/foo.css...
created dist/foo.css in 216ms

Readme

Keywords

none

Package Sidebar

Install

npm i postcss-progress

Weekly Downloads

243

Version

1.1.1

License

Apache-2.0

Unpacked Size

4.41 kB

Total Files

7

Last publish

Collaborators

  • brandonocasey