1
0
mirror of https://github.com/videojs/video.js.git synced 2025-09-16 09:26:56 +02:00

@gkatsev made the sass files available via npm in src/css. closes #2546

This commit is contained in:
Gary Katsevman
2015-09-02 16:37:44 -04:00
parent f151c3b67e
commit 608dad1299
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
# Exclude everything but the contents of the dist directory.
**/*
!dist/**
!src/css/**

View File

@@ -114,6 +114,7 @@ CHANGELOG
* @dmlap update to videojs-swf 5.0.0-rc1 ([view](https://github.com/videojs/video.js/pull/2528))
* @dmlap expose start and end buffered times ([view](https://github.com/videojs/video.js/pull/2501))
* @heff fixed a number of console errors after testing ([view](https://github.com/videojs/video.js/pull/2513))
* @gkatsev made the sass files available via npm in src/css ([view](https://github.com/videojs/video.js/pull/2546))
--------------------