This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // Track.js - tracking scripts by alex miller | |
| // | |
| // | |
| config = {}; | |
| config.track = true;// set to true in production, false in dev env | |
| config.dump = true;// set to false in production env, true in dev | |
| config.mixpanel = true; // <%= TRACKS_CONFIG['mixpanel'] %>; // set to true in production env, false in dev | |
| config.googleAnaltyics = true; |
NewerOlder