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:
Richard van der Hoff 2016-10-26 13:32:26 +01:00
parent e564d34ca8
commit e1919c5ea3
3 changed files with 7 additions and 6 deletions

View file

@ -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');