Skip to content

Commit

Permalink
- some function organization refacto + good start for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumepotier committed Dec 30, 2012
1 parent f25bdd3 commit 455e94a
Show file tree
Hide file tree
Showing 13 changed files with 923 additions and 389 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.DS_Store

components/*
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ See TODO.md

0.1.0

#Install dependencies for documentation and tests

`bower install`

#Run tests

* In your browser: go to `tests/index.html`
* Headless tests: install mocha-phantomjs with npm: `npm install -g mocha-phantomjs` and then run `./bin/test-suite.sh`

#Licence

See LICENCE.md
Expand Down
8 changes: 8 additions & 0 deletions component.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "parsleyjs",
"dependencies": {
"jquery": "1.8.3",
"zepto": "v1.0rc1",
"bootstrap": "v2.2.2"
}
}
92 changes: 46 additions & 46 deletions dist/parsley-standalone.min.js

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions dist/parsley.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 455e94a

Please sign in to comment.