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 239593

Summary: watch folder, process single file
Product: web Reporter: skytracer
Component: CSS Preprocessors (SASS, LESS, ...)Assignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description skytracer 2013-12-18 09:13:11 UTC
Is there any way to watch a folder for less changes and compile only a single less file into some corresponding css file?
To give an example, Twitter bootstrap has a main less file (namely bootstrap.less) with a bunch of @include and only this one needs to be compiled.
If I change something in, let's say, alert.less, Netbeans will output alert.css instead of the (desired) bootstrap.css