Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
Merge pull request #923 from blockchain/dev-build
Browse files Browse the repository at this point in the history
Faster Builds
  • Loading branch information
jtormey committed Jan 23, 2017
2 parents a137cbc + 38a852e commit e5d8c92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ module.exports = (grunt) ->

helper:
files: ['helperApp/plaid/**/*', 'helperApp/sift-science/**/*']
tasks: ['shell:webpack']
tasks: ['build', 'shell:webpack']
options:
spawn: false

Expand Down Expand Up @@ -558,7 +558,6 @@ module.exports = (grunt) ->
grunt.registerTask "build", [
"html2js"
"babel:build"
"shell:webpack"
"concat:wallet"
"concat:qrReader"
"concat:bcPhoneNumber"
Expand Down

0 comments on commit e5d8c92

Please sign in to comment.