Skip to content

Commit

Permalink
Merge pull request #259 from lkocman/counter
Browse files Browse the repository at this point in the history
A new build of javascript files to fix the counter
  • Loading branch information
ddemaio authored Jun 11, 2024
2 parents b799051 + 12b694f commit a251cd5
Show file tree
Hide file tree
Showing 11 changed files with 10,210 additions and 11,472 deletions.
1,275 changes: 830 additions & 445 deletions assets/js/vendor/moment-timezone-with-data.js

Large diffs are not rendered by default.

4,668 changes: 3,061 additions & 1,607 deletions assets/js/vendor/moment.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/css/openSUSE.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions build/css/vendor.min.css

Large diffs are not rendered by default.

Binary file modified build/images/opensuse-regular-release-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion build/images/opensuse-regular-release-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified build/images/sponsors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 23 additions & 1 deletion build/js/main.min.js

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ var nodeModules = 'node_modules/';

// Concatenate & Minify JS
var concat = require('gulp-concat');
var uglify = require('gulp-uglify');
//var uglify = require('gulp-uglify');
var uglify = require('gulp-uglify-es').default;
var rename = require('gulp-rename');
var stripDebug = require('gulp-strip-debug');

Expand Down Expand Up @@ -101,6 +102,7 @@ var shell = require('gulp-shell');
gulp.task('runServer', shell.task(serverCommand))
var runServer = gulp.task('runServer');


// Export tasks
exports.scripts = scripts
exports.compileLess = compileLess
Expand Down
15,694 changes: 6,283 additions & 9,411 deletions package-lock.json

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"gulp-rename": "^2.0.0",
"gulp-shell": "^0.8.0",
"gulp-strip-debug": "^4.0.0",
"gulp-uglify": "^3.0.2",
"gulp-uglify-es": "^3.0.0",
"lodash.template": "^4.5.0",
"path": "^0.12.7"
},
Expand All @@ -35,5 +35,8 @@
"bugs": {
"url": "https://github.com/openSUSE/landing-page/issues"
},
"homepage": "https://github.com/openSUSE/landing-page#readme"
"homepage": "https://github.com/openSUSE/landing-page#readme",
"devDependencies": {
"@babel/preset-es2015": "^7.0.0-beta.53"
}
}

0 comments on commit a251cd5

Please sign in to comment.