dandelion / dandelion-datatables

Dandelion component for DataTables
http://dandelion.github.io/components/datatables/
Other
110 stars 49 forks source link

[CLOSED] webanalytics: add a standalone version (which does not rely on dandelion:assets) #152

Closed tduchateau closed 10 years ago

tduchateau commented 10 years ago

Issue by michaelisvy from Monday Jun 10, 2013 at 07:36 GMT


As I've discussed with Romain by email, it would be really nice to have a standalone version of the tracker tag.

Right now, we have:

<%@ taglib prefix="webanalytics" uri="http://github.com/dandelion/webanalytics" %>
<%@ taglib prefix="dandelion" uri="http://github.com/dandelion" %>
...
<webanalytics:tracker provider="google" token="aaaabbbbccccddddd"/>
<dandelion:assets />

It would be really nice if we could choose to avoid using assets like this:

<%@ taglib prefix="webanalytics" uri="http://github.com/dandelion/webanalytics" %>
...
<webanalytics:tracker provider="google" token="aaaabbbbccccddddd" useAssets="false"/>