Skip to content

Commit 154ab5e

Browse files
committed
include splash in simulator builds
1 parent 5593ebe commit 154ab5e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/build/streams/html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ exports.GameHTML = Class(function () {
255255
])
256256
.bind(this)
257257
.spread(function (css, js, splashExists, appCacheEvents) {
258-
if (!splashExists && !config.isSimulated) {
258+
if (!splashExists) {
259259
var splashPaths = {
260260
'portrait': ['portrait2048', 'portrait1136',
261261
'portrait1024', 'portrait960', 'portrait480'],

src/build/targets/browser/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ exports.init = function (api, app, config) {
4646

4747
if (config.isSimulated) {
4848
config.browser = {
49-
embedSplash: false,
49+
embedSplash: true,
5050
embedFonts: false,
5151
appleTouchIcon: false,
5252
appleTouchStartupImage: false,

0 commit comments

Comments
 (0)