Skip to content

Instantly share code, notes, and snippets.

View archangel-irk's full-sized avatar
:octocat:

Konstantin Melnikov archangel-irk

:octocat:
View GitHub Profile
@archangel-irk
archangel-irk / grunt-hash.js
Last active December 23, 2015 21:29
grunt hash (.md5) checksum file for uglify.
uglify: {
production: {
options: {
report: 'min'
},
files: [{
expand: true,
cwd: '<%= dir.tempJS %>/',
src: '*.js',
dest: '<%= dir.publicJS %>',