Does this support html projects including js and css? #1625
Answered
by
TPAteeq
SynapseScribe
asked this question in
Q&A
Replies: 3 comments
|
I think so |
0 replies
|
JS - yes |
0 replies
Answer selected by
safishamsi
|
this one claims it can work with css - https://github.com/nodesify/nodesify-graphify |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
JS - yes
CSS - no
This is because CSS is declarative, the stylesheet would yield almost nothing the graph model can use. the model is about relationships, css is just selectors and property rules so nothing to traverse.