Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
tmp/
dist/
docs
tests/ember-validations-tests.js
.autotest
.autotest
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ This library is inspired by the validations of the Ruby gem `ActiveRecord`.

#### Getting ember-validations

Currently you must build ember-validations yourself. Clone the repository, run `bundle` then `rake dist`. You'll find `ember-validations.js` in the `dist` directory.
You can download a pre-built version in the `dist` directory

To build the latest version: Clone the repository, run `bundle` then `rake dist`. You'll find `ember-validations.js` in the `dist` directory.

## Example

Expand Down
1 change: 1 addition & 0 deletions dist/ember-validations-spade.js

Large diffs are not rendered by default.

Loading