Files
atom/build/build.js
Antonio Scandurra e6ae7d836d Inline transpile call
2016-07-26 14:51:07 +02:00

10 lines
236 B
JavaScript

#!/usr/bin/env node
'use strict'
const transpileBabelPaths = require('./lib/transpile-babel-paths')
const transpileCoffeeScriptPaths = require('./lib/transpile-coffee-script-paths')
transpileBabelPaths()
transpileCoffeeScriptPaths()