Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2014
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. class AlleyPackage < AlleyPackageCore
  2. def initialize
  3. site 'georgetown-ccf'
  4. title 'Georgetown CCF (Local Development)'
  5. end
  6.  
  7. def install
  8.  
  9. theme git: 'git@github.com:alleyinteractive/georgetown-ccf.git',
  10. flags: '--recursive'
  11.  
  12. super
  13. end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement