Remove coffeescript dependency

This commit is contained in:
Blade Barringer
2015-11-15 15:45:30 -06:00
parent 6ba9027252
commit cc0eefd97d

View File

@@ -9,8 +9,6 @@ import {
} from 'lodash';
import { content as Content } from '../../../../common';
require('coffee-script');
const AMPLIUDE_TOKEN = nconf.get('AMPLITUDE_KEY');
const GA_TOKEN = nconf.get('GA_ID');
const GA_POSSIBLE_LABELS = ['gaLabel', 'itemKey'];