Updated build process to copy icons

This commit is contained in:
Borys Levytskyi
2015-04-23 21:21:45 +03:00
parent eeef89db26
commit a480aa6e0a

View File

@@ -45,6 +45,11 @@ module.exports = function(grunt) {
dest: 'build/',
flatten: true,
expand: true
}, {
src: 'src/img/*.*',
dest: 'build/img/',
flatten: true,
expand: true
}, {
src: 'src/js/analytics.js',
dest:'build/js/',