mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-22 11:45:43 +02:00
Fixed #392
This commit is contained in:
parent
cfa229c89f
commit
08c3e47a9d
1 changed files with 4 additions and 0 deletions
|
@ -150,6 +150,7 @@ module.exports = function(grunt) {
|
||||||
eqnull: true,
|
eqnull: true,
|
||||||
browser: true,
|
browser: true,
|
||||||
debug: true,
|
debug: true,
|
||||||
|
reporterOutput: '',
|
||||||
globals: {
|
globals: {
|
||||||
casper: true,
|
casper: true,
|
||||||
Raphael: true,
|
Raphael: true,
|
||||||
|
@ -176,6 +177,9 @@ module.exports = function(grunt) {
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
hash: {
|
hash: {
|
||||||
|
options: {
|
||||||
|
mapping: ''
|
||||||
|
},
|
||||||
js: {
|
js: {
|
||||||
src: 'build/bundle.min.js',
|
src: 'build/bundle.min.js',
|
||||||
dest: 'build/'
|
dest: 'build/'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue