Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
Update theme to 0.0.112
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Liu <yi.liu@eclipse-foundation.org>
  • Loading branch information
Yi Liu committed Feb 22, 2021
1 parent 778bf9a commit 2eea767
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 57 deletions.
3 changes: 3 additions & 0 deletions babel.config.json
@@ -0,0 +1,3 @@
{
"extends": "./node_modules/eclipsefdn-solstice-assets/babel.config.json"
}
1 change: 0 additions & 1 deletion config.toml
Expand Up @@ -16,7 +16,6 @@ pluralizeListTitles = false
keywords = ["adopters", "eclipse adopters", "eclipse project adopters"]
gcse = "011805775785170369411:p3ec0igo0qq"
js = "assets/js/scripts.min.js"
hugo_js = "assets/js/scripts.min.js"

# logo = ""
styles = "assets/css/styles.css"
Expand Down
71 changes: 23 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions package.json
Expand Up @@ -22,14 +22,11 @@
},
"dependencies": {
"chai": "^4.2.0",
"eclipsefdn-hugo-solstice-theme": "0.0.110",
"eclipsefdn-hugo-solstice-theme": "0.0.112",
"js-yaml": "^3.13.1",
"json-minify": "^1.0.0",
"jsonlint": "^1.6.3",
"mocha": "^7.1.2"
},
"devDependencies": {
"promise-polyfill": "^8.2.0",
"unfetch": "^4.2.0"
}
"browserslist": "last 5 version, > 0.2%, not dead, IE 11"
}
6 changes: 3 additions & 3 deletions webpack.mix.js
Expand Up @@ -19,7 +19,7 @@ mix.setResourceRoot('../');
mix.less('./less/styles.less', './static/assets/css/styles.css');

// JavaScript
mix.scripts([
mix.babel([
'./node_modules/jquery/dist/jquery.min.js',
'./node_modules/bootstrap/dist/js/bootstrap.min.js',
'./node_modules/jquery-match-height/dist/jquery.matchHeight-min.js',
Expand All @@ -31,8 +31,8 @@ mix.scripts([
'./node_modules/eclipsefdn-solstice-assets/js/solstice.cookies.js',
'./node_modules/eclipsefdn-solstice-assets/js/solstice.js'
], './static/assets/js/scripts.min.js');
mix.scripts([
'./js/eclipsefdn.adopters.js',
mix.babel([
'./node_modules/eclipsefdn-solstice-assets/js/eclipsefdn.adopters.js',
], './static/assets/js/eclipsefdn.adopters.js');

//For IE compatible with fetch
Expand Down

0 comments on commit 2eea767

Please sign in to comment.