Skip to content

Commit

Permalink
feat(grunt): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Sep 8, 2015
1 parent deaed34 commit 9702f97
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,12 @@ module.exports = (grunt) ->
sync_commit:
command: "sh <%= config.deploy.s3_website.dest %>/auto-commit"

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

amsf__theme__to_app:
command: [
"rsync -avz --delete --progress <%= amsf.base %>/themes/<%= amsf.theme.new_name %>/config.yml <%= config.app %>/_data/<%= amsf.theme.new_name %>.yml"
Expand Down Expand Up @@ -598,6 +604,7 @@ module.exports = (grunt) ->
]
grunt.task.run [
"copy:amsf__core__to_app"
"shell:amsf__core__update_deps"
]

grunt.registerTask "serve", "Fire up a server on local machine for development", [
Expand Down

0 comments on commit 9702f97

Please sign in to comment.