Inline transpile call

This commit is contained in:
Antonio Scandurra
2016-07-26 14:51:07 +02:00
parent e8392bd713
commit e6ae7d836d

View File

@@ -5,9 +5,5 @@
const transpileBabelPaths = require('./lib/transpile-babel-paths')
const transpileCoffeeScriptPaths = require('./lib/transpile-coffee-script-paths')
function transpile () {
transpileBabelPaths()
transpileCoffeeScriptPaths()
}
transpile()
transpileBabelPaths()
transpileCoffeeScriptPaths()