We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713e019 commit 92a59d1Copy full SHA for 92a59d1
README.md
@@ -18,6 +18,11 @@ See our [full documentation](http://silktide.com/tools/cookie-consent/docs/).
18
19
Feel free to improve the plugin and send us a pull request.
20
21
+The easiest way to develop is to host the files with a local webserver. I.e.
22
+```
23
+python -m SimpleHTTPServer
24
25
+
26
We use gulp to compile scss and minify the javascript. Assuming [nodejs](http://nodejs.org/) is installed, you can run a build with:
27
28
```sh
0 commit comments