node-kit icon indicating copy to clipboard operation
node-kit copied to clipboard

Node based compiler for .kit files.

Results 2 node-kit issues
Sort by recently updated
recently updated
newest added

I keep most of my kit partials in a folder in the root directory of my project. Currently, the only way to reference these files from a subdirectory is like...

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...