Skip to content

Commit

Permalink
[TASK] Update frontend dependencies (#1272)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott authored Apr 25, 2023
1 parent ee768c2 commit 8118d41
Show file tree
Hide file tree
Showing 4 changed files with 249 additions and 874 deletions.
51 changes: 0 additions & 51 deletions Build/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,56 +183,6 @@ module.exports = function(grunt) {
}
},
},
watch: {
bootstrapLightbox: {
files: '<%= paths.js %>Src/bootstrap.lightbox.js',
tasks: 'uglify:bootstrapLightbox'
},
bootstrapNavbar: {
files: '<%= paths.js %>Src/bootstrap.navbar.js',
tasks: 'uglify:bootstrapNavbar'
},
bootstrapPopover: {
files: '<%= paths.js %>Src/bootstrap.popover.js',
tasks: 'uglify:bootstrapPopover'
},
bootstrapSmoothscroll: {
files: '<%= paths.js %>Src/bootstrap.smoothscroll.js',
tasks: 'uglify:bootstrapSmoothscroll'
},
bootstrapStickyheader: {
files: '<%= paths.js %>Src/bootstrap.stickyheader.js',
tasks: 'uglify:bootstrapStickyheader'
},
cookieconsent: {
files: '<%= paths.js %>Src/bootstrap.cookieconsent.js',
tasks: 'uglify:cookieconsent'
},
ckeditor_address: {
files: '<%= paths.resources %>Public/CKEditor/Plugins/Address/plugin.js',
tasks: 'uglify:ckeditor_address'
},
ckeditor_box: {
files: '<%= paths.resources %>Public/CKEditor/Plugins/Box/plugin.js',
tasks: 'uglify:ckeditor_box'
},
ckeditor_columns: {
files: '<%= paths.resources %>Public/CKEditor/Plugins/Columns/plugin.js',
tasks: 'uglify:ckeditor_columns'
},
ckeditor_indent: {
files: '<%= paths.resources %>Public/CKEditor/Plugins/Indent/plugin.js',
tasks: 'uglify:ckeditor_indent'
},
ckeditor_table: {
files: '<%= paths.resources %>Public/CKEditor/Plugins/Table/plugin.js',
tasks: 'uglify:ckeditor_table'
},
scss: {
files: '<%= paths.scss %>**/*.scss',
tasks: 'css'
}
},
imagemin: {
images: {
options: {
Expand Down Expand Up @@ -425,7 +375,6 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-cssmin');
grunt.loadNpmTasks('grunt-contrib-copy');
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-contrib-imagemin');
grunt.loadNpmTasks('grunt-sass');
grunt.loadNpmTasks('grunt-stylelint');
Expand Down
Loading

0 comments on commit 8118d41

Please sign in to comment.