This is the LinkedIn fork of Dust.
A quick tutorial for how to use Dust https://github.com/linkedin/dustjs/wiki/Dust-Tutorial More info http://linkedin.github.io/dustjs/ and http://linkedin.github.io/dustjs/#installation
Read more here: http://linkedin.github.com/dustjs/.
For LinkedIn dust-helpers: https://github.com/linkedin/dustjs-helpers.
For LinkedIn secure-filters : https://github.com/linkedin/dustjs-filters-secure.
cd some_project_directory
git clone https://github.com/linkedin/dustjs.git dustjs
cd dustjs
- Grunt-cli lets you run Grunt from within a subfolder see http://gruntjs.com/getting-started
npm install -g grunt-cli
npm install
grunt jasmine
git checkout -b myBranchName
grunt jasmine
grunt watch
Unit tests can be found in the test/jasmine-tests/spec
directory
Pull requests are easier to track if you also include an issue sending a pull request from a branch makes it easier for you to resolve conflicts in master