Skip to content

Commit

Permalink
fix(task): build spa by temporarily removing delCustomSpaTask()
Browse files Browse the repository at this point in the history
  • Loading branch information
jyounce committed Jul 13, 2015
1 parent 54eae80 commit 3dde07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/build/build-spa.coffee
Expand Up @@ -88,7 +88,7 @@ module.exports = (gulp, config) ->
config.spa.dist.file config.spa.dist.file
data data
) )
-> delCustomSpaTask() # -> delCustomSpaTask()
] ]
tasks.reduce(q.when, q()).done -> defer.resolve() tasks.reduce(q.when, q()).done -> defer.resolve()
defer.promise defer.promise
Expand Down

0 comments on commit 3dde07c

Please sign in to comment.