Skip to content

Commit

Permalink
fix(grunt): bundle should update
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Sep 29, 2015
1 parent 613d4ae commit 72b840e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ module.exports = (grunt) ->

amsf__core__update_deps:
command: [
"bundle update"
"bundle install"
"npm install"
].join("&&")
Expand Down

0 comments on commit 72b840e

Please sign in to comment.