baker icon indicating copy to clipboard operation
baker copied to clipboard

A build tool by and for the Los Angeles Times

Results 36 baker issues
Sort by recently updated
recently updated
newest added

It's gonna be a beast to pull this off, but I think it'd be net positive if we do.

Baker projects should be aware of all its possible HTML (and other?) outputs and be able to surface that information for you. This would help with creating relative link helpers...

I've seen it done before with a few tools. `create-react-app` has this [`error-overlay` library](https://github.com/facebook/create-react-app/tree/master/packages/react-error-overlay) which is terribly convoluted but gets the job done. Wonder if we could raid it for...

Right now it's kind of a mystery what pages could be found, especially if you don't have a base `index.html`. This wouldn't solve the problem of finding other pages if...

We got it working in HTML, we got it working in Sass — this is the final boss.

This may be worth noting in the README ... ? *npm install* in a regular Windows command prompt will fail, as git-hooks is trying to build a symlink. Running *npm...

Looks like having a offline search is great feature for sites built with baker. Something like https://www.npmjs.com/package/lunr should be ideal for this. Downstream bug: https://github.com/palewire/cummings.ee/issues/34

I'm thinking of something very, very similar to Rollup's [`this.emitFile` method](https://rollupjs.org/guide/en/#thisemitfileemittedfile-emittedchunk--emittedasset--string). Right now all a tag can do is take in a string and return a string, which means if...