Page MenuHomeDevCentral

Exclude assets/scss directory from assets/ copy
ClosedPublic

Authored by dereckson on Aug 4 2016, 21:05.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 19, 06:42
Unknown Object (File)
Wed, Nov 13, 08:57
Unknown Object (File)
Tue, Nov 12, 05:42
Unknown Object (File)
Fri, Nov 8, 09:39
Unknown Object (File)
Oct 18 2024, 10:24
Unknown Object (File)
Oct 18 2024, 10:22
Unknown Object (File)
Oct 16 2024, 07:30
Unknown Object (File)
Oct 15 2024, 04:56
Subscribers
None

Details

Summary

Current build contains an empty dist/assets/scss directory.

Test Plan

When built, no more dist/assets/scss

$ npm start
[…]
$ tree dist
dist
├── assets
│   ├── css
│   │   └── app.css
│   ├── fonts
│   │   ├── foundation-icons.eot
│   │   ├── foundation-icons.svg
│   │   ├── foundation-icons.ttf
│   │   └── foundation-icons.woff
│   ├── img
│   │   ├── 1280px-Beowulf_Manuscript.jpg
│   │   ├── logo-nasqueron.png
│   │   ├── logo-vikidia.png
│   │   ├── logo-wikimedia.png
│   │   └── logo-wolfplex.png
│   └── js
│       └── app.js
└── index.html

5 directories, 12 files

Diff Detail

Repository
rVIPERWWW Dæghrefn website
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson retitled this revision from to Exclude assets/scss directory from assets/ copy.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: dereckson.
dereckson edited edge metadata.
This revision is now accepted and ready to land.Aug 5 2016, 00:25
This revision was automatically updated to reflect the committed changes.