Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.

added modman file #1

Merged
merged 1 commit into from Aug 11, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions modman
@@ -0,0 +1,10 @@
#Modman file for magento-bootstrap
skin/frontend/default/bootstrap skin/frontend/default/bootstrap
app/design/frontend/default/bootstrap app/design/frontend/default/bootstrap

@shell git submodule init && echo "git submodule init"
@shell git submodule update && echo "git submodule update"
@shell git submodule sync && echo "git submodule sync"

# Clear the cache
@shell rm -rf $PROJECT/var/cache/* && echo "Magento Cache cleared"