You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Christian Lenz (JIRA)" <ji...@apache.org> on 2017/07/17 09:18:00 UTC

[jira] [Updated] (NETBEANS-38) Can't navigate to style, script and template files in jade

     [ 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)