Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Merge pull request #217 from zhouyaoji/remove_handlebars_from_ex
Browse files Browse the repository at this point in the history
Removing node_modules directory and adding a README instructing users to...
  • Loading branch information
Joe Catera committed Jun 19, 2012
2 parents 6332ddc + b64be85 commit cf272a2
Show file tree
Hide file tree
Showing 163 changed files with 22 additions and 40,312 deletions.
22 changes: 22 additions & 0 deletions examples/developer-guide/adding_view_engines/README.md
@@ -0,0 +1,22 @@
This code example uses a view engine that uses the Handlebars rendering engine.
Thus, you are required to install Handlebars with npm for the example to work.

Before you run the application, please run the following command:

`$ npm install handlebars`

From the application directory, you should see that a `node_modules` directory with Handlebars has been created:

node_modules
└── handlebars
├── LICENSE
├── README.markdown
├── bin
├── lib
├── node_modules
└── package.json





This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit cf272a2

Please sign in to comment.