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 242655 - Add gulp.js support
Summary: Add gulp.js support
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Project (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal with 8 votes (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-07 10:29 UTC by Christian Lenz
Modified: 2015-01-19 08:55 UTC (History)
5 users (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 Christian Lenz 2014-03-07 10:29:37 UTC
As an alternative for grunt, it would be great if we can have support for gulp.js maybe.


Regards

Chris
Comment 1 RonaldBrinkerink 2014-05-30 10:57:25 UTC
Yes. Gulp is using the pipe feature of node and therefore a lot faster then Grunt. Next to that, Gulp\'s configuration is straightforward and easy.
Comment 2 Geertjan Wielenga 2015-01-19 08:43:10 UTC
http://wiki.netbeans.org/NewAndNoteworthyNB81#Gulp_Support
Comment 3 Christian Lenz 2015-01-19 08:55:39 UTC
@Geertjan, I saw your github repo 30 min ago :D. Thx man, nice work.