Hello,
I downloaded demo38 and want to create the minified files for css and js. Also installed npm, yarn and gulp-cli described in the documentation.
Changed it in gulp.config.js but it does not create any minified files, just the regular "uncompressed" css/js files.
gulp --demo38 --prod also gives no errors. If I turn debug on, I just see a bunch von rewrite-css messages (besides the normal messages). Nothing more.
So what I have to do, to get the minified files?
Reagrds,
easy.
Hi,
The file name does not change to .min.
Thanks
Hi,
Sorry for the delay. Could you please try to run the command below? without demo
gulp --prod
EDITED:
Well, it minified it, but does not set the filename to .min.js / .min.css
So..