Please note that all JavaScript plugins require jQuery to be included. The version requirements are defined in Adcom's bower.json
.
Downloading the Adcom zip file will give you just the compiled JavaScript and CSS necessary to use it. Minified versions of both are included as well.
The Adcom source code download includes the precompiled CSS and JavaScript assets, along with source CSS, JavaScript, and documentation. More specifically, it includes the following:
{% highlight bash %} adcom/ ├── docs/ ├── css/ ├── js/ └── dist/ ├── css/ └── js/ {% endhighlight %}The top-level css/
and js/
files contain the source code for our CSS and JS. The dist/
folder includes everything listed in the precompiled download section above. The docs/
folder includes the source code for our documentation. Beyond that, any other included file provides support for packages, license information, and development.