From 8df5f493077c79fd48c86452efce6142b5ebbbcf Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Wed, 29 Apr 2015 20:26:17 -0700 Subject: [PATCH] Also use coffee translation for prod version (doh) --- Gruntfile.coffee | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index b669845c8..76b6983c0 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -36,6 +36,10 @@ module.exports = (grunt)-> transform: ['coffeeify'] files: './dist/js/main.js': ['./src/coffee/main.coffee'] prod: + options: + browserifyOptions: + extensions: ['.coffee'] + transform: ['coffeeify'] files: './dist/js/main.js': ['./src/coffee/main.coffee'] coffee: