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 - watch folder, process single file
Summary: watch folder, process single file
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: CSS Preprocessors (SASS, LESS, ...) (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal with 5 votes (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-18 09:13 UTC by skytracer
Modified: 2014-10-06 13:25 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 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