Don't include two copies of the CSS in the tarball
Aggregate our CSS into build/components.css instead of vector/components.css, so that it isn't included in the tarball.
This commit is contained in:
parent
e564d34ca8
commit
e1919c5ea3
3 changed files with 7 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
/build
|
||||
/cert.pem
|
||||
/karma-reports
|
||||
/key.pem
|
||||
|
@ -5,7 +6,6 @@
|
|||
/node_modules
|
||||
/packages/
|
||||
/vector/bundle.*
|
||||
/vector/components.css
|
||||
/vector/emojione/
|
||||
/vector/config.json
|
||||
/vector/olm.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue