Skip to content

Commit

Permalink
feat(grunt): pass project name when deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Oct 9, 2015
1 parent 5c555e6 commit 3f60155
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ module.exports = (grunt) ->

serve:
options:
config: "_config.yml,_amsf/_config.yml,<%= config.app %>/_data/<%= amsf.theme.current %>.yml,_config.dev.yml,_config.user.yml"
config: "_config.yml,_amsf/_config.yml,<%= config.app %>/_data/<%= amsf.theme.current %>.yml,_config.user.yml,_config.dev.yml"
drafts: true
future: true

Expand All @@ -319,7 +319,7 @@ module.exports = (grunt) ->

# Auto commit untracked files sync'ed from sync_local
sync_commit:
command: "sh <%= config.deploy.s3_website.dest %>/auto-commit"
command: "sh <%= config.deploy.s3_website.dest %>/auto-commit '<%= config.pkg.name %>'"

amsf__core__update_deps:
command: [
Expand Down

0 comments on commit 3f60155

Please sign in to comment.