mirror of
https://github.com/atom/atom.git
synced 2026-02-12 15:45:23 -05:00
WIP: Start on coffee transpilation
This commit is contained in:
@@ -3,9 +3,11 @@
|
||||
'use strict'
|
||||
|
||||
const transpileBabelPaths = require('./lib/transpile-babel-paths')
|
||||
const transpileCoffeeScriptPaths = require('./lib/transpile-coffee-script-paths')
|
||||
|
||||
function transpile () {
|
||||
transpileBabelPaths()
|
||||
// transpileBabelPaths()
|
||||
transpileCoffeeScriptPaths()
|
||||
}
|
||||
|
||||
transpile()
|
||||
|
||||
Reference in New Issue
Block a user