This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 250287

Summary: Add support for gulp includes in 'important files'
Product: javascript Reporter: everflux <everflux>
Component: NavigationAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description everflux 2015-02-07 21:47:50 UTC
I have a gulp file with the (currently) recommended layout of externalizing tasks:

var requireDir = require('require-dir');

// Require all tasks in gulp/tasks, including subfolders
requireDir('./gulp/tasks', { recurse: true });
//EOF

Netbeans does not show the task files in the virtual folder 'important files'. 
I can not navigate to the file with ctrl-click.

It would be great if that could be included.