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
|
@ -29,8 +29,8 @@ limitations under the License.
|
|||
require('babel-polyfill');
|
||||
|
||||
// CSS requires: just putting them here for now as CSS is going to be
|
||||
// refactored soon anyway
|
||||
require('../../vector/components.css');
|
||||
// refactored "soon" anyway
|
||||
require('../build/components.css');
|
||||
require('gemini-scrollbar/gemini-scrollbar.css');
|
||||
require('gfm.css/gfm.css');
|
||||
require('highlight.js/styles/github.css');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue