Skip to content

Commit

Permalink
@misteroneill added alt css as video-js-cdn.css. closes #3118
Browse files Browse the repository at this point in the history
  • Loading branch information
misteroneill authored and gkatsev committed Feb 19, 2016
1 parent e12ca69 commit 80c6c16
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,7 @@ CHANGELOG
* @Naouak updated time display to not change if values do not change ([view](https://github.com/videojs/video.js/pull/3101))
* @forbesjo updated track settings to not fail restoring settings when localStorage is not available ([view](https://github.com/videojs/video.js/pull/3120))
* @mister-ben Added en.json as localization template ([view](https://github.com/videojs/video.js/pull/3096))
* @misteroneill added alt css as video-js-cdn.css ([view](https://github.com/videojs/video.js/pull/3118))

--------------------

Expand Down
5 changes: 3 additions & 2 deletions build/grunt.js
Expand Up @@ -192,15 +192,16 @@ module.exports = function(grunt) {
minify: {
expand: true,
cwd: 'build/temp/',
src: ['video-js.css'],
src: ['video-js.css', 'alt/video-js-cdn.css'],
dest: 'build/temp/',
ext: '.min.css'
}
},
sass: {
build: {
files: {
'build/temp/video-js.css': 'src/css/vjs.scss'
'build/temp/video-js.css': 'src/css/vjs.scss',
'build/temp/alt/video-js-cdn.css': 'src/css/vjs-cdn.scss'
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions src/css/vjs-cdn.scss
@@ -0,0 +1,3 @@
$icon-font-path: '//vjs.zencdn.net/font/1.5.1';

@import 'video-js';

0 comments on commit 80c6c16

Please sign in to comment.