sinedied / hads

:books: Markdown superpowered documentation for Node.js
MIT License
169 stars 28 forks source link

Reduce dependencies #5

Open sinedied opened 7 years ago

sinedied commented 7 years ago

I find the number of dependencies quite big for such a project, it would be nice to slim down on this side, especially for the frontend dependencies which includes tons of stuff which is not needed.

Maybe start by adding a build step for the frontend stuff, so they can be moved to devDependencies at least.

dalgard commented 5 years ago

I agree 👍

A number of features might also be better implemented (i.e. more robust and standardized) with the remark toolchain.

dalgard commented 5 years ago

In fact, I'm not even able to quickly identify the dependency that generates the TOC... 🤔

sinedied commented 5 years ago

In fact, I'm not even able to quickly identify the dependency that generates the TOC... 🤔 It's custom made, when this project was started plugins for remarks did not exists I think ^^

But yeah, that would definitely helps to standardize features..