Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
edulix committed Feb 7, 2024
1 parent 7289b4a commit d72a795
Show file tree
Hide file tree
Showing 2 changed files with 2,366 additions and 4 deletions.
12 changes: 9 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,12 @@ module.exports = function (grunt) {
'dist/SequentThemes-v10.1.0.js': ['SequentThemes.js'],
'dist/SequentPlugins-v10.1.0.js': ['plugins/**/*.js']
}
}
},
postUglify: {
files: {
'dist/libCommon-v10.1.0.js': ['dist/libCommon-v10.1.0.js', 'node_modules/i18next/dist/cjs/i18next.js']
}
},
},
"merge-json": {
main: {
Expand Down Expand Up @@ -232,7 +237,7 @@ module.exports = function (grunt) {
},
files: {
'dist/appCommon-v10.1.0.js': 'temp/app.js',
'dist/libCommon-v10.1.0.js': ['temp/lib.js', 'node_modules/i18next/cjs/i18next.js'],
'dist/libCommon-v10.1.0.js': ['temp/lib.js'],
'dist/libnocompat-v10.1.0.js': 'temp/libnocompat.js',
'dist/avWidgets.js': 'avWidgets.js',

Expand Down Expand Up @@ -385,10 +390,11 @@ module.exports = function (grunt) {
'dom_munger',
'ngtemplates',
'cssmin',
'concat',
'concat:main',
'merge-json',
'ngAnnotate',
'uglify',
'concat:postUglify',
'copy:main',
'htmlmin',
'imagemin',
Expand Down
Loading

0 comments on commit d72a795

Please sign in to comment.