v26.6.0 updates

This commit is contained in:
Thilina Hasantha
2019-07-26 03:53:24 +02:00
parent c3344b99fa
commit fd99ea299e
195 changed files with 18838 additions and 2639 deletions

View File

@@ -49,7 +49,8 @@ gulp.task('pack-js', (done) => {
gulp.task('pack-css', (done) => {
gulp.src([
'web/themecss/bootstrap.min.css',
'web/themecss/font-awesome.min.css',
'web/themecss/fa-all-5.8.2.min.css',
//'web/themecss/font-awesome.css',
'web/themecss/ionicons.min.css',
'web/bower_components/material-design-icons/iconfont/material-icons.css',
'web/js/fullcaledar/fullcalendar.css',
@@ -60,6 +61,7 @@ gulp.task('pack-css', (done) => {
'web/js/select2/select2.css',
'web/js/bootstrap-colorpicker-2.1.1/css/bootstrap-colorpicker.css',
'web/themecss/AdminLTE.css',
'web/css/fa-animations.css',
'web/css/style.css',
'web/bower_components/simplemde/dist/simplemde.min.css',
])
@@ -106,6 +108,7 @@ gulp.task('api-common', (done) => {
reserved: [
'Aes',
'RequestCache',
'SocialShare',
'setupTimeUtils',
'setupNotifications',
],