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,
|
||||
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/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue