Skip to content

Instantly share code, notes, and snippets.

@cdinu
Created December 3, 2014 13:25
Show Gist options
  • Save cdinu/3d7ecc43b53dc24e8630 to your computer and use it in GitHub Desktop.
Save cdinu/3d7ecc43b53dc24e8630 to your computer and use it in GitHub Desktop.
One liner to add LFA modules
for i in backstage exercises classroom; do git submodule add git@github.com:learnfwd/lfa-addon-$i.git addons/lfa-$i; done
# then modify js/main.js mixins/main.jade css/master.styl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment