Bugzilla – Attachment 77631 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), 848 bytes, created by
Nick Clemens (kidclamp)
on 2018-08-09 16:09:44 UTC
(
hide
)
Description:
Bug 21195: Ignore files used for SCSS build process
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2018-08-09 16:09:44 UTC
Size:
848 bytes
patch
obsolete
>From a7be435f645318d921ee881e3a5c2fc3c281f974 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 > >--- > Makefile.PL | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/Makefile.PL b/Makefile.PL >index 0068424..74f74f6 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.1.4
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