Coder Social home page Coder Social logo

photogabble / eleventy-plugin-font-subsetting Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 73 KB

Font Subsetting made easier...

Home Page: https://www.photogabble.co.uk/projects/eleventyjs-font-subsetting-plugin/

License: MIT License

JavaScript 100.00%
11ty 11ty-plugin subsetting

eleventy-plugin-font-subsetting's People

Contributors

carbontwelve avatar

Watchers

 avatar  avatar

eleventy-plugin-font-subsetting's Issues

`outputPath.endsWith is not a function` when using plugin on site with a `permalink: false` post

I use permalink: false for draft pages, so that I don't build anything for production unnecessarily. When trying to use this plugin alongside that, however, those posts will create this error:

[11ty] Problem writing Eleventy templates: (more in DEBUG output)
[11ty] 1. Having trouble writing to "false" from "./in/content/aaaaaaaa/testing/index.md" (via EleventyTemplateError)
[11ty] 2. Transform `identifyGlyphs` encountered an error when transforming ./in/content/aaaaaaaa/testing/index.md. (via EleventyTransformError)
[11ty] 3. outputPath.endsWith is not a function (via TypeError)

Going through some old issue posts on 11ty leads me to assume that it's just a matter of the plugin not checking for whether or not the post being scraped for glyphs has a permalink to output to. Looking for the output in debug mode seems to confirm this, as it looks to be trying to find a filename that does not exist as a result:

// DEBUG ERROR
Eleventy:EleventyErrorHandler (error stack): TypeError: outputPath.endsWith is not a function
    at Object.<anonymous> (/[...]/node_modules/@[email protected]/node_modules/@photogabble/eleventy-plugin-font-subsetting/index.js:62:20)
// what's at eleventy-plugin-font-subsetting/index.js:62:20
  eleventyConfig.addTransform('identifyGlyphs', (content, outputPath) => {
    if (outputPath.endsWith('.html')) glyphs.add(content);
    return content;
  });

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.