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 239916 - Manipulation with Scss/Less files should also handle source maps files
Summary: Manipulation with Scss/Less files should also handle source maps files
Status: VERIFIED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Preprocessors (SASS, LESS, ...) (show other bugs)
Version: 8.0
Hardware: All All
: P4 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-02 09:58 UTC by Vladimir Riha
Modified: 2014-01-03 16:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2014-01-02 09:58:02 UTC
To reproduce, please try e.g.:

 - in HTML5 project, create a Sass file and compile it upon save
 - in target folder, together with CSS there is also source map file (*.map)
 - delete/move/rename the scss file

=> css file is deleted/moved/renamed accordingly, but old *.map file is still there 



Product Version: NetBeans IDE Dev (Build 201401020002)
Java: 1.7.0_45; Java HotSpot(TM) Client VM 24.45-b08
Runtime: Java(TM) SE Runtime Environment 1.7.0_45-b18
System: Linux version 3.2.0-48-generic-pae running on i386; UTF-8; en_US (nb)
Comment 1 Tomas Mysik 2014-01-02 10:12:17 UTC
Well, the default map file can be easily fixed but if one provides her own map file name, it will not work. I guess it will be OK for most of users.

Thanks.
Comment 2 Tomas Mysik 2014-01-02 12:11:31 UTC
Done.

Thanks.

http://hg.netbeans.org/web-main/rev/59ae0f0b977c
Comment 3 Quality Engineering 2014-01-03 02:49:27 UTC
Integrated into 'main-silver', will be available in build *201401030002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/59ae0f0b977c
User: Tomas Mysik <tmysik@netbeans.org>
Log: #239916 - Manipulation with Scss/Less files should also handle source maps files
Comment 4 Vladimir Riha 2014-01-03 16:48:48 UTC
Thank you, verified. I looks like Sass compiler does not have option for custom name of source map file (and Less won't likely work in NetBeans) so it will fit in most cases


Product Version: NetBeans IDE Dev (Build 201401030002)
Java: 1.8.0-ea; Java HotSpot(TM) Client VM 25.0-b65
Runtime: Java(TM) SE Runtime Environment 1.8.0-ea-b122
System: Linux version 3.2.0-48-generic-pae running on i386; UTF-8; en_US (nb)