]> cat aescling's git repositories - mastodon.git/commit
Don't set ASSET_HOST on build:development (#3936)
authorunarist <m.unarist@gmail.com>
Sun, 25 Jun 2017 10:52:42 +0000 (19:52 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 25 Jun 2017 10:52:42 +0000 (12:52 +0200)
commit3d4e21f1ecd001d82e8363eb7d4086c7fc6064ba
tree8a10fe2055188181110e017afa5bcaa7e9556164
parent68dca26a5d36eacb7d7e691635a14b6562ba7cf1
Don't set ASSET_HOST on build:development (#3936)

Setting ASSET_HOST to `http://0.0.0.0:8080` makes urls in manifest.json to
be invalid, e.g. `http://0.0.0.0:8080/packs/application.js`.

Anyway, we don't need set this on build:development because assets would
be delivered from same origin in development (and w/o dev-server).
package.json