Last Updated: February 25, 2016
·
563
· twolfson

Analytics on developers

Use analytics on sourcemaps to determine how many visitors are devs

// Normally serve all.min.js which has sourcemap (all.min.js.map)

app.get('public/all.min.js.map', function () { /* analytics / });
app.get('public/
', function () { /* serve normal files */ });

Have a fresh tip? Share with Coderwall community!

Post
Post a tip