Summary: | Makefile.t is failing due to new files for SCSS | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | Architecture, internals, and plumbing | Assignee: | Nick Clemens (kidclamp) <nick> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P5 - low | CC: | jonathan.druart, martin.renvoize, mirko, oleonard, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 19474 | ||
Bug Blocks: | |||
Attachments: |
Bug 21195: Ignore files used for SCSS build process
Bug 21195: Ignore files used for SCSS build process Bug 21195: Ignore files used for SCSS build process |
Description
Nick Clemens (kidclamp)
2018-08-09 16:07:35 UTC
Created attachment 77631 [details] [review] Bug 21195: Ignore files used for SCSS build process I do not know if this is the correct way, it does work. Can we place these into a directory so that they can be ignored as one? that might be cleaner To test: prove t/Makefile.t Created attachment 77633 [details] [review] Bug 21195: Ignore files used for SCSS build process Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Created attachment 77635 [details] [review] Bug 21195: Ignore files used for SCSS build process koha_1 | # Failed test 'All directories should be mapped: .sass-lint.yml,.scss-lint.yml,gulpfile.js,package.json,yarn.lock' koha_1 | # at t/Makefile.t line 47. Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Awesome work all! Pushed to master for 18.11 |