Code Monkey home page Code Monkey logo

Comments (1)

techfg avatar techfg commented on September 27, 2024

grunt-docco is an unmaintained project. Version 0.5.0, which we were using, is dependent on docco ~0.7.0 which does not have a package-lock.json so it installed highlight.js >= 8.0.x resulting in version 11.9.0 being installed which has a different API than what docco ~0.7.0 was using.

The latest version of docco is 0.9.1 which has a package-lock.json and uses highlight.js ~11.3.1 and adheres to the new API. Given this, we could force grunt-docco to use docco 0.9.1 by installing it in our devDependencies and configuring an override in our package.json, however the API in docco >= 0.8.1 appears to have been broken in this commit where it assumes the config passed in is a commander object.

We could cobble together a modified config object with an opts method that returns the full set of options (the configure code path in docco >= 0.8.1 uses a some properties from config passed in and some from config.opts() but to simplify, avoiding all together and moving to docco-next with a custom task.

Note

ImageMapster documentation is not actively maintained and hasn't been for a long time. The docs are not generated as part of the build process and should not be relied upon. That said, in order to at least maintain feature parity and not have a broken task, it should be fixed.

from imagemapster.

Related Issues (20)

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.