Elao / blog

ELAO Team blog - https://blog.elao.com
6 stars 2 forks source link

SW + mix refacto #167

Closed supertanuki closed 7 years ago

supertanuki commented 7 years ago

Il faudrait s'appuyer sur NODE_ENVIRONMENT cf. https://github.com/Elao/blog/blob/master/manala/make/Makefile#L56 et accessoirement, bouger https://github.com/Elao/blog/blob/master/themes/2015/service-worker/service-worker.template.js dans les assets ou mix.inProduction() Ou s'appuyer sur l'api mix pour récupérer le resource root et le public path pour lire/ecrire le worker au lieu de le mettre en dur

supertanuki commented 7 years ago

console.log(mix.inProduction) === undefined lors du make build ou du make watch. Alternative : https://github.com/Elao/blog/pull/172

supertanuki commented 7 years ago

c'est mix.config.inProduction pour avoir la valeur