You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seeing that the last commit was five years ago, I am not thinking there are plans to add it, but I am guessing there's a high probability Jeremy would accept a PR that adds the feature 😉 I had a look at the spec, and the scariest bit was the VLQ encoding stuff, but I found a Node library that takes care of this, so it should be totally doable. If you got an itch to scratch ...
(I haven't used *.kit or Codekit files since 2014, so this is for someone else)
Are there plans to generate sourcemaps ( https://web.dev/articles/source-maps & https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1#heading=h.1ce2c87bpj24 ) so that when debugging through an assembled file created by gulp-kit the browser/ide knows which smaller file the code came from and opens the correct one at the right line?
Having this would be fantastic.
The text was updated successfully, but these errors were encountered: