swarmsim / swarm

Swarm Simulator, an idle game with lots of bugs.
https://www.swarmsim.com
GNU General Public License v3.0
479 stars 140 forks source link

build with parcel, add imports #752

Closed erosson closed 1 year ago

erosson commented 1 year ago

grunt is ancient, and storing all imports as globals was never cool. let's build with parcel, and import our dependencies like a proper project.

angular's own dependency system means we'll likely start with a few files that import everything, but it paves the way for later improvements. still not trivial though

build is expected to fail until this is much closer to done; the parcel build isn't working yet

netlify[bot] commented 1 year ago

Deploy Preview for swarmsim-preprod ready!

Name Link
Latest commit cec26985381454eaca939dc416fbc8a920e56ebb
Latest deploy log https://app.netlify.com/sites/swarmsim-preprod/deploys/6394070cac4fe90008ef981e
Deploy Preview https://deploy-preview-752--swarmsim-preprod.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

erosson commented 1 year ago

tests all break with this approach; unacceptable. see #753 for my next attempt