Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dtothefp committed May 21, 2015
0 parents commit 7951091
Show file tree
Hide file tree
Showing 14 changed files with 1,832 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
.DS_Store
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Common Chunks for handlebars-loader

## Run the example

```bash
$ npm install
$ webpack
$ open index.html
```
Loading

0 comments on commit 7951091

Please sign in to comment.