compression - Colon in grunt compress task compiles goes as slash -
i use grunt-contrib-compress.
this task:
compress: { main: { options: { archive: '<%= pkg.name %> <%= grunt.template.today("dd.mm.yyyy hh:mm") %>.zip', mode: 'zip' }, files: [{ src: ['css/**', 'img/**', 'js/**', '*.html'] }] } },
take file name. wrote hh:mm
, compressed pkgname 18.08.2014 10/42.zip
how make file name colon instead of slash?
Comments
Post a Comment