Skip to content

Commit

Permalink
modified: docs. set 'node' configuration key
Browse files Browse the repository at this point in the history
  • Loading branch information
emaphp committed Nov 3, 2014
1 parent 2e7a6b5 commit 33b26bd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ module.exports = {
//...
{ test: /\.hbs/, loader: "handlebars-template-loader" }
]
//...
node: {
fs: "empty" //avoids error messages
}
};
```

Expand Down Expand Up @@ -84,7 +88,7 @@ Handlebars.registerHelper('link', function(text, url) {
```

```javascript
//file: app.js
//file: main.js

//include app helpers
require("./helpers.js");
Expand Down

0 comments on commit 33b26bd

Please sign in to comment.