Skip to content

Commit

Permalink
Merge pull request #4069 from archesproject/4042_card_comp_dir_in_cre…
Browse files Browse the repository at this point in the history
…ate_package_cmd

Creates card component directory when a user creates a new package.
  • Loading branch information
chiatt authored Aug 29, 2018
2 parents 3ae3c26 + ca5adaa commit ca22cbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arches/management/commands/packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ def create_package(self, dest_dir):
'extensions/datatypes',
'extensions/functions',
'extensions/widgets',
'extensions/card_components',
'graphs/branches',
'graphs/resource_models',
'map_layers/mapbox_spec_json/overlays',
Expand Down

0 comments on commit ca22cbf

Please sign in to comment.