Skip to content

Commit

Permalink
feat: Added scss file. Fixes #636. (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbuso committed Jun 6, 2018
1 parent fd409d6 commit 5e622a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/rollup.config.js
Expand Up @@ -17,6 +17,7 @@ export default {
json(),
copy({
'src/css/videojs.ima.css': 'dist/videojs.ima.css',
'src/css/videojs.ima.css': 'dist/videojs.ima.scss',
}),
babel({
exclude: 'node_modules/**',
Expand Down
1 change: 1 addition & 0 deletions configs/rollup.config.min.js
Expand Up @@ -23,6 +23,7 @@ export default {
uglify({}, minify),
copy({
'src/css/videojs.ima.css': 'dist/videojs.ima.css',
'src/css/videojs.ima.css': 'dist/videojs.ima.scss',
}),
],
};

0 comments on commit 5e622a7

Please sign in to comment.