Created
August 14, 2013 06:32
-
-
Save jansanchez/6228504 to your computer and use it in GitHub Desktop.
Install Brunch + ChaplinJs / Linux CrunchBang
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Install Brunch | |
| sudo npm install -g brunch | |
| # clone skeleton(in the our project path) | |
| brunch new https://github.com/paulmillr/brunch-with-chaplin | |
| # | |
| npm install | |
| # | |
| brunch install && bower install | |
| # | |
| brunch build | |
| # done! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment