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

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -