mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
🔥
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
require('coffee-script/register')
|
||||
require('colors')
|
||||
|
||||
const fs = require('fs-extra')
|
||||
const argv = require('yargs')
|
||||
.usage('Usage: $0 [options]')
|
||||
.help('help')
|
||||
@@ -34,15 +33,11 @@ const transpileCoffeeScriptPaths = require('./lib/transpile-coffee-script-paths'
|
||||
const transpileCsonPaths = require('./lib/transpile-cson-paths')
|
||||
const transpilePegJsPaths = require('./lib/transpile-peg-js-paths')
|
||||
|
||||
const CONFIG = require('./config')
|
||||
|
||||
process.on('unhandledRejection', function (e) {
|
||||
console.error(e)
|
||||
process.exit(1)
|
||||
})
|
||||
|
||||
fs.mkdirpSync(CONFIG.atomHomeDirPath)
|
||||
|
||||
cleanOutputDirectory()
|
||||
copyAssets()
|
||||
transpileBabelPaths()
|
||||
|
||||
Reference in New Issue
Block a user