[
https://issues.apache.org/jira/browse/NETBEANS-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christian Lenz updated NETBEANS-38:
-----------------------------------
Summary: Can't navigate to style, script and template files in jade (was:
Can't navigate to style/script files)
> Can't navigate to style, script and template files in jade
> ----------------------------------------------------------
>
> Key: NETBEANS-38
> URL: https://issues.apache.org/jira/browse/NETBEANS-38
> Project: NetBeans
> Issue Type: Bug
> Components: javascript - Jade
> Affects Versions: 8.2
> Reporter: Christian Lenz
>
> II have this piece of code in my layout.jade file (File was generated from
> the express CLI from the HTML5 template):
> {code}
> doctype html
> html
> head
> title= title
> link(rel='stylesheet', href='/stylesheets/style.css')
> body
> block content
> {code}
> I tried to navigate to the style.css file with ctrl + mouse click but nothing
> happens. For script files and Jade templates like in my index.jade file too:
> {code}
> extends layout
> block content
> h1= title
> p Welcome to #{title}
> {code}
> Regards
> Chris
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)