Revert "Merge pull request !2870 from rhodecode-enterprise-ce Polymer-lit-migration-1"

This reverts commit 262fefa9a9, reversing
changes made to 57d841d6ea.
This commit is contained in:
Andrii V 2025-12-01 18:01:18 +01:00
parent 8db8994785
commit 2aebe6862d
18 changed files with 2274 additions and 3337 deletions

View file

@ -13,10 +13,10 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-less');
grunt.loadNpmTasks('grunt-contrib-concat');
grunt.loadNpmTasks('grunt-terser');
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.loadNpmTasks('grunt-contrib-copy');
grunt.loadNpmTasks('grunt-webpack');
grunt.registerTask('default', ['less:production', 'less:components', 'copy', 'webpack', 'concat:dist', 'terser:dist']);
grunt.registerTask('default', ['less:production', 'less:components', 'copy', 'webpack', 'concat:dist', 'uglify:dist']);
};