mirror of
https://github.com/atom/atom.git
synced 2026-02-10 14:45:11 -05:00
Store style sheet sources as auxiliary data in the snapshot
This commit is contained in:
@@ -25,6 +25,7 @@ const generateMetadata = require('./lib/generate-metadata')
|
||||
const generateModuleCache = require('./lib/generate-module-cache')
|
||||
const generateStartupSnapshot = require('./lib/generate-startup-snapshot')
|
||||
const packageApplication = require('./lib/package-application')
|
||||
const prebuildLessCache = require('./lib/prebuild-less-cache')
|
||||
const transpileBabelPaths = require('./lib/fast-transpile-babel-paths')
|
||||
const transpileCoffeeScriptPaths = require('./lib/fast-transpile-coffee-script-paths')
|
||||
|
||||
@@ -39,4 +40,5 @@ transpileBabelPaths()
|
||||
transpileCoffeeScriptPaths()
|
||||
generateModuleCache()
|
||||
generateMetadata()
|
||||
prebuildLessCache()
|
||||
packageApplication().then(generateStartupSnapshot)
|
||||
|
||||
Reference in New Issue
Block a user