Bugzilla – Attachment 77633 Details for
Bug 21195
Makefile.t is failing due to new files for SCSS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21195: Ignore files used for SCSS build process
Bug-21195-Ignore-files-used-for-SCSS-build-process.patch (text/plain), 910 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2018-08-09 17:17:47 UTC
(
hide
)
Description:
Bug 21195: Ignore files used for SCSS build process
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-08-09 17:17:47 UTC
Size:
910 bytes
patch
obsolete
>From 51020f59f4418ca620d0102838d743b475bf010e Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 9 Aug 2018 16:08:31 +0000 >Subject: [PATCH] Bug 21195: Ignore files used for SCSS build process > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Makefile.PL | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/Makefile.PL b/Makefile.PL >index 0068424a9d..74f74f6fbd 100644 >--- a/Makefile.PL >+++ b/Makefile.PL >@@ -377,6 +377,11 @@ my $target_map = { > # ignore files and directories created by the install itself > './pm_to_blib' => 'NONE', > './blib' => 'NONE', >+ '.sass-lint.yml' => 'NONE', >+ '.scss-lint.yml' => 'NONE', >+ 'gulpfile.js' => 'NONE', >+ 'package.json' => 'NONE', >+ 'yarn.lock' => 'NONE', > }; > > =head1 CONFIGURATION OPTIONS >-- >2.18.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 21195
:
77631
|
77633
|
77635