This commit is contained in:
Dmitri Suvorov 2016-10-30 18:16:37 +02:00
parent cfa229c89f
commit 08c3e47a9d

View file

@ -150,6 +150,7 @@ module.exports = function(grunt) {
eqnull: true,
browser: true,
debug: true,
reporterOutput: '',
globals: {
casper: true,
Raphael: true,
@ -176,6 +177,9 @@ module.exports = function(grunt) {
]
},
hash: {
options: {
mapping: ''
},
js: {
src: 'build/bundle.min.js',
dest: 'build/'