Skip to content

Instantly share code, notes, and snippets.

@ryuone
Last active December 21, 2015 15:48
Show Gist options
  • Save ryuone/6328812 to your computer and use it in GitHub Desktop.
Save ryuone/6328812 to your computer and use it in GitHub Desktop.

Create

brunch new gh:damassi/Coffeescript-App-Skeleton urlLists
brunch new gh:brunch/simple-coffee-skeleton urllist
brunch new gh:paulmillr/brunch-with-chaplin urllist

Get skelton from

https://github.com/brunch/brunch/wiki/Skeletons

Document

brunch : https://github.com/brunch/brunch/tree/stable/docs
chaplin : http://docs.chaplinjs.org/

Generater

brunch generate / destroy command was removed.

Use scaffolt (https://github.com/paulmillr/scaffolt) successor or similar: npm install -g scaffolt scaffolt [options] scaffolt [options] --revert

Installed

$ npm install -g brunch
$ npm install -g scaffolt
$ npm install -g bower
$ npm install -g coffee-script

Example

http://chaplinjs.org/examples.html
https://github.com/chaplinjs/facebook-example
https://github.com/akre54/FT
https://github.com/paulmillr/ostio
https://github.com/chaplinjs/composer-example

Test

http://blog.knuthaugen.no/2012/09/headless-tests-with-buster-and-phantom/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment