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 - Currently we are using loading of grunt task from folder and all these scripts are inaccessible in the Project view
Summary: Currently we are using loading of grunt task from folder and all these script...
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: HTML Project (show other bugs)
Version: 8.1
Hardware: All All
: P2 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-06 13:21 UTC by Martin Fousek
Modified: 2014-08-07 05:43 UTC (History)
1 user (show)

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 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.