mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Package MathJax resources
This commit is contained in:
parent
2afedde339
commit
af8e079c7a
1 changed files with 6 additions and 0 deletions
|
|
@ -466,6 +466,12 @@ module.exports = function(grunt) {
|
|||
cwd: 'bower_components/jquery-ui/themes/base/images',
|
||||
src: '{,*/}*.{png,jpg,jpeg,gif}',
|
||||
dest: '<%= yeoman.dist %>/styles/images'
|
||||
}, {
|
||||
expand: true,
|
||||
cwd: 'bower_components/MathJax',
|
||||
src: [
|
||||
'extensions/**', 'jax/**', 'fonts/**'],
|
||||
dest: '<%= yeoman.dist %>'
|
||||
}]
|
||||
},
|
||||
styles: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue