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

java - How to specify maven bin in eclipse maven plugin? -

Error while updating a record in APEX screen -

c++ - In an add-in in Excel, written in C(++), how does one get the name of the function which called into the addin? -