atrolov / grunt-revizor

Grunt plugin for compression CSS classes and identifiers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Done, without errors... BUT...

whats1thingnow opened this issue · comments

says it's done without errors... but when i compare the original files to the destination files

they are identical...

anyone having this problem?

Need more information about your configuration, to understand what your problem

thank you for the reply.

here is my grunt.js file:
revizor: { dist: { options: { ameSuffix: '--', compressFilePrefix: '.min2' }, src: ['processing/input/*.css', 'processing/input/*.html', 'processing/input/*.js'], dest: 'processing/output/' }

basically there are 4 .css files and 1 .html file in the processing/input folder

then after i run grunt, 4 .css files and 1 .html file are created in the processing/output folder... BUT the new .min2 files are identical to the original files...

don't know what i'm doing wrong? thanks for the help