Page MenuHomeDevCentral

Exclude assets/scss directory from assets/ copy
ClosedPublic

Authored by dereckson on Aug 4 2016, 21:05.
Tags
None
Referenced Files
F11751853: D601.diff
Sat, Sep 20, 09:04
Unknown Object (File)
Thu, Sep 18, 12:40
Unknown Object (File)
Wed, Sep 17, 04:26
Unknown Object (File)
Wed, Sep 17, 03:58
Unknown Object (File)
Wed, Sep 17, 03:49
Unknown Object (File)
Mon, Sep 15, 15:06
Unknown Object (File)
Mon, Sep 15, 11:48
Unknown Object (File)
Sun, Sep 14, 08:27
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 Passed
Unit
No Test Coverage
Branch
kill-scss-folder
Build Status
Buildable 885
Build 1026: arc lint + arc unit

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.