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 - Add support for gulp includes in 'important files'
Summary: Add support for gulp includes in 'important files'
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.1
Hardware: PC Linux
: P2 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-07 21:47 UTC by everflux
Modified: 2015-02-07 21:47 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.