thescientist13 / greenwood-starter-presentation

A Greenwood plugin and general purpose starter kit for creating slide decks and presentations from markdown.
https://awesome-bhaskara-b7d76c.netlify.app
3 stars 0 forks source link

correctly detect `develop` mode and route requests accordingly #36

Closed thescientist13 closed 3 years ago

thescientist13 commented 3 years ago

Related Issue

N / A

Summary of Changes

  1. Fixed an issue where files were not getting correctly resolved for local development, and thus weren't changing in the browser even when live reloading (it was always coming from node_modules due to the develop check)
netlify[bot] commented 3 years ago

✔️ Deploy Preview for awesome-bhaskara-b7d76c ready!

🔨 Explore the source changes: b19c849987cf13f3c5ab88ffb2f96cebb32b04ea

🔍 Inspect the deploy log: https://app.netlify.com/sites/awesome-bhaskara-b7d76c/deploys/611ad8f75d67fb0007c044e9

😎 Browse the preview: https://deploy-preview-36--awesome-bhaskara-b7d76c.netlify.app/

thescientist13 commented 3 years ago

I guess this explains why it was working when === 'develop' 🤦