You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-20Lines changed: 2 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,26 +96,8 @@ Define the domain where the cookie is valid. Default: domain of page where the c
96
96
97
97
If true, the cookie transmission requires a secure protocol (https). Default: `false`.
98
98
99
-
## Tests
100
-
101
-
Requires Node. Startup server:
102
-
103
-
$ node test/server.js
104
-
105
-
Open in browser:
106
-
107
-
$ open http://0.0.0.0:8124/test/index.html
108
-
109
-
For quick *non cross-browser* testing use grunt, install grunt CLI and project dependencies as outlined in this guide: <http://gruntjs.com/getting-started>, then run:
110
-
111
-
$ grunt
112
-
113
-
## Development
114
-
115
-
- Source hosted at [GitHub](https://github.com/carhartl/jquery-cookie)
116
-
- Report issues, questions, feature requests on [GitHub Issues](https://github.com/carhartl/jquery-cookie/issues)
117
-
118
-
Pull requests are very welcome! Make sure your patches are well tested. Please create a topic branch for every separate change you make.
99
+
##Wanna help?
100
+
Check out the [Contributing Guidelines](CONTRIBUTING.md)
0 commit comments