forked from twigjs/twig.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
justjohn edited this page Apr 25, 2012
·
1 revision
There are a few steps to take to get twig.js building in your environment.
In order work on twig.js you will need node installed to run the tests and create the minified version of twig.js
- Fork and clone the twig.js git repository
- Run
npm install
to install the development dependencies - Make your changes to the source files in
src/
- Add/update tests in
test/
- Run
make
to build twig.js and twig.min.js - Run
make test
to run the Mocha tests