Git Product home page Git Product logo

Comments (3)

MarcBT avatar MarcBT commented on August 16, 2024

Hi Matthias ! (and sorry for the late answer).

grunt-grock is just a simple wrapper of grock which handles the documentation generation, so I guess grock repository is a better place to ask for this issue.
To confirm this , what's the generated toc.js file looks like when you directly use grock CLI instead of grunt-grock ?

Have a good day,
Regards,
Marc

from grunt-grock.

MarcBT avatar MarcBT commented on August 16, 2024

I've gone through grock source and it looks like indeed you're right, file path is not converted to URL scheme before being used inside html template.

I guess the conversion step can be added here (https://github.com/killercup/grock/blob/master/lib/transforms/renderTemplates.coffee#L26
) as following but I did not tested it.

file.path = file.path.replace( /\\/g, '/' ) + ".html"

The /\\/g regex may be adapted to also manage whitespaces (you can check this jsfiddle: http://jsfiddle.net/StephenLujan/r6DYy/ ).

I hope it can help,
See you !

from grunt-grock.

MarcBT avatar MarcBT commented on August 16, 2024

@bitcanvas Moving to done as conclusion is that the issue is at grock project level.

from grunt-grock.

Related Issues (1)

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.