commit this elsewhere

This commit is contained in:
Rafael Schouten
2014-10-02 10:41:43 +10:00
parent 62f7114fa1
commit e62e87549a

View File

@@ -27,16 +27,9 @@ module.exports = function(config) {
'app/assets/javascripts/admin/util.js.erb'
],
preprocessors: {
'**/*.coffee': ['coffee']
},
coffeePreprocessor: {
options: {
sourceMap: true
},
transformPath: function(path) {
return path.replace(/\.coffee$/, '.js');
}
},