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 246305

Summary: Currently we are using loading of grunt task from folder and all these scripts are inaccessible in the Project view
Product: web Reporter: Martin Fousek <marfous>
Component: HTML ProjectAssignee: Jan Becicka <jbecicka>
Status: NEW ---    
Severity: normal CC: tmysik
Priority: P2    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Martin Fousek 2014-08-06 13:21:50 UTC
Product Version: NetBeans IDE Dev (Build 20140806-76c133726590)
Updates: Updates available to version NetBeans 7.4 Patch 3
Java: 1.7.0_65; Java HotSpot(TM) 64-Bit Server VM 24.65-b04
Runtime: Java(TM) SE Runtime Environment 1.7.0_65-b17

In more complex projects there isn't sufficient to have only gruntfile.js but you would like to split all grunt tasks into singular files/scripts. There is core command to include all these tasks at once using:
grunt.loadTasks('<folder_name>');

That's the way we use grunt but the disadvantage is that all these files are not available within the project view and I have to always switch to files/favourites view to be able to open/update them. Wouldn't be possible to link that folder to Important Files not or create special node for it (even simple project root) or whatever?

Thanks a lot.
Comment 1 Tomas Mysik 2014-08-07 05:29:50 UTC
Honzo, would you have a look? Or feel free to reassign back to me.

Thanks.
Comment 2 Tomas Mysik 2014-08-07 05:43:26 UTC
Honzo, I just submitted issue #246318 so do not hurry with this issue, maybe it will solved automatically ;)

Thanks.