-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy paththeme-mix.yaml
45 lines (45 loc) · 1.35 KB
/
theme-mix.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
runTasks:
clean: true
js: true
copy: true
sass: true
html: true
enableCssThemes: false
enableCssRTL: true
copyCwd: node_modules
copyDest: dist/assets/vendor
copy:
- bootstrap/dist/js/bootstrap.min.js
- jquery/dist/jquery.min.js
- popper.js/dist/umd/popper.js
- fullcalendar/dist/fullcalendar.min.js
- moment/min/moment.min.js
- chart.js/dist/Chart.min.js
- select2/dist/js/select2.full.min.js
- dateformat/lib/dateformat.js
- bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js
- bootstrap-switch/dist/js/bootstrap-switch.min.js
- morris.js/morris.min.js
- raphael/raphael.min.js
- owl.carousel/dist/owl.carousel.min.js
- summernote/dist/summernote-bs4.min.js
- dragula/dist/dragula.min.js
- jquery-ui-dist/jquery-ui.min.js
- datatables.net/js/jquery.dataTables.js
- datatables.net-bs4/js/dataTables.bootstrap4.js
- material-design-icons-iconfont/dist/fonts/*.{eot,ttf,woff,woff2}: dist/assets/fonts/material-icons
- summernote/dist/font/*.{eot,ttf,woff}: dist/assets/fonts/summernote
- dom-factory/dist/*
- material-design-kit/dist/material-design-kit.js
- simplebar/umd/*
clean:
- dist/**/*.html
- dist/assets/{css,fonts,js,vendor}
sassSrc: src/sass/*.scss
cssDest: dist/assets/css
jsSrc: src/js/**/**.js
jsDest: dist/assets/js
htmlDest: dist/[path][name].html
htmllint: false
laravelMixOptions:
processCssUrls: false