Skip to content

Commit

Permalink
fix(grunt): avoid removing dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Aug 26, 2015
1 parent d2b9bd3 commit 5e1fdde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ module.exports = (grunt) ->
command: "s3cmd sync -rP --guess-mime-type --delete-removed --no-preserve --cf-invalidate --add-header=Cache-Control:max-age=31536000 --exclude '.DS_Store' <%= config.cfg.static_files %> <%= config.cfg.s3_bucket %>"

amsf__theme__to_dev_repo:
command: "rsync -avz --delete --progress --exclude=.git <%= amsf.base %>/themes/<%= amsf.theme.current %>/ /Users/sparanoid/Git/amsf-<%= amsf.theme.current %> > rsync-theme-dev.log"
command: "rsync -avz --delete --progress --exclude=.git --exclude=node_modules <%= amsf.base %>/themes/<%= amsf.theme.current %>/ /Users/sparanoid/Git/amsf-<%= amsf.theme.current %> > rsync-theme-dev.log"

concurrent:
options:
Expand Down

0 comments on commit 5e1fdde

Please sign in to comment.