Skip to content

Commit

Permalink
updated to dust 2.2.3 & separate dust-helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
cammellos committed Dec 24, 2013
1 parent a760dd9 commit eb71d9d
Show file tree
Hide file tree
Showing 5 changed files with 1,257 additions and 680 deletions.
3 changes: 3 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,7 @@ Using `require_tree` is recommended if you want to require all the template file
});
```

To include dust-helpers, add require `dust-helpers` after `dust-core` in application.js


All done. Your template files will be compiled and registered.
2 changes: 1 addition & 1 deletion lib/dust-rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Dust
module Rails
VERSION = "0.4.0"
VERSION = "0.5.0"
end
end
Loading

0 comments on commit eb71d9d

Please sign in to comment.