Skip to content

Commit

Permalink
Configure modman to Symlink Module Files to Magento Directories (#43)
Browse files Browse the repository at this point in the history
Allows [modman](https://github.com/colinmollenhour/modman/) to be used
for installation and management of extension files in development
environments.
  • Loading branch information
JosephLeedy authored Jul 18, 2024
1 parent 9fddb72 commit e560cfb
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions modman
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Bold Checkout
Checkout app/code/community/Bold/Checkout
Checkout/design/adminhtml/default/default/layout/bold/* app/design/adminhtml/default/default/layout/bold
Checkout/design/adminhtml/default/default/template/bold/* app/design/adminhtml/default/default/template/bold
Checkout/design/frontend/base/default/layout/bold/* app/design/frontend/base/default/layout/bold
Checkout/design/frontend/base/default/template/bold/* app/design/frontend/base/default/template/bold
Checkout/etc/Bold_Checkout.xml app/etc/modules
Checkout/locale/de_DE/* app/locale/de_DE
Checkout/skin/adminhtml/default/default/bold/* skin/adminhtml/default/default/bold

# Bold Checkout Integration
CheckoutIntegration app/code/community/Bold/CheckoutIntegration
CheckoutIntegration/design/adminhtml/default/default/template/bold/* app/design/adminhtml/default/default/template/bold
CheckoutIntegration/etc/Bold_CheckoutIntegration.xml app/etc/modules

# Bold Checkout Self Hosted
CheckoutSelfHosted app/code/community/Bold/CheckoutSelfHosted
CheckoutSelfHosted/design/frontend/base/default/layout/* app/design/frontend/base/default/layout
CheckoutSelfHosted/design/frontend/base/default/template/bold/* app/design/frontend/base/default/template/bold
CheckoutSelfHosted/design/frontend/base/default/template/page/* app/design/frontend/base/default/template/page
CheckoutSelfHosted/etc/Bold_CheckoutSelfHosted.xml app/etc/modules
CheckoutSelfHosted/media/bold/* media/bold

# Bold Checkout TM Fire Checkout
CheckoutTmFireCheckout app/code/community/Bold/CheckoutTmFireCheckout
CheckoutTmFireCheckout/design/frontend/base/default/template/bold/* app/design/frontend/base/default/template/bold

0 comments on commit e560cfb

Please sign in to comment.