craftedbygc / taxi

Taxi is a 🤏 small and 🐊 snappy js library for adding slick PJAX navigation and beautiful transitions to your website.
https://taxi.js.org
565 stars 11 forks source link

Query about console message #19

Closed ThatBlockyPenguin closed 6 months ago

ThatBlockyPenguin commented 7 months ago

When loading a new page, taxi outputs some information to the console: image As you can see, it also states "ass". Why? Looking into the code via Chrome DevTools i see this: image Why is it there?

ThatBlockyPenguin commented 7 months ago

Okay, oddly enough, after looking in the source code (under src/), it isn't there: image But once compiled into the dist/ directory, there it is:

image ^taxi.umd.js

image ^taxi.modern.js

image ^taxi.js

image ^taxi.esm.js

jakewhiteley commented 6 months ago

Fixed! Please pull 1.5.2 🍑

ThatBlockyPenguin commented 6 months ago

Thanks Jake! 😆