Skip to content

Commit

Permalink
Tweak the admin results page for better readability
Browse files Browse the repository at this point in the history
Update Sass stuff to work w/ Dart Sass
  • Loading branch information
mikesname committed Dec 13, 2024
1 parent 6d6d1e4 commit 7ed080e
Show file tree
Hide file tree
Showing 9 changed files with 612 additions and 1,208 deletions.
609 changes: 586 additions & 23 deletions package-lock.json

Large diffs are not rendered by default.

11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
{
"name": "SolrSearch",
"version": "2.5.2-ehri",
"version": "2.5.3-ehri",
"scripts": {
"dist": "grunt compress",
"test": "grunt"
"test": "grunt",
"sass": "sass --watch --style compressed --load-path=node_modules views/shared/css/sass:views/shared/css"
},
"devDependencies": {
"grunt": ">= 1.5.3",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-compress": ">= 0.4.0",
"grunt-contrib-watch": ">= 0.2.0",
"grunt-phpunit": ">= 0.3.6"
"grunt-phpunit": ">= 0.3.6",
"sass": "^1.83.0"
},
"dependencies": {
"compass-mixins": "^0.12.12"
}
}
4 changes: 2 additions & 2 deletions plugin.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description="Integrate Apache Solr into Omeka for primary searching."
link="https://github.com/EHRI/SolrSearch"
support_link="https://github.com/EHRI/SolrSearch/issues"
omeka_minimum_version="2.6"
omeka_tested_up_to="2.7"
omeka_tested_up_to="3.1"
omeka_target_version="2.7"
version="2.5.2-ehri"
version="2.5.3-ehri"
tags="solr, search"
license="Apache 2.0"
Loading

0 comments on commit 7ed080e

Please sign in to comment.