Cookie Consent is a lightweight JavaScript plugin for alerting users about the use of cookies on your website.
It is designed to help you comply with the hideous EU Cookie Law and not make you want to kill yourself in the process. So we made it fast, free, and relatively painless.
The easiest way to get up and running is to use our wizard.
See our full documentation.
Feel free to improve the plugin and send us a pull request.
We use gulp to compile scss and minify the javascript. Assuming nodejs is installed, you can run a build with:
cd path/to/cookieconsent
npm install
npm install -g gulp
gulp build
Code released under the MIT licence.
- David Ball (@drball) - CSS / themes
- Adam Hutchinson (@adjohu) - JavaScript