mixtur / webpack-spritesmith

Webpack plugin that converts set of images into a spritesheet and SASS/LESS/Stylus mixins
498 stars 56 forks source link

Console output messages with created assets #77

Closed Krasnopir closed 5 years ago

Krasnopir commented 5 years ago

Is there any way to get messages about successful assets creation(.png and styles files)? Ideally it would be with additional information - time, file size, etc. Or at least something like Files: '[path]/[name].png', '[path]/[name].[css/..]' was created success

mixtur commented 5 years ago

Added this in 0.5.4. Specify logCreatedFiles: true in options and it should work.

Krasnopir commented 5 years ago

thank you!