Skip to content

Commit

Permalink
added search minification
Browse files Browse the repository at this point in the history
  • Loading branch information
w8tcha committed Jun 10, 2022
1 parent 0fbc33d commit 77268f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 768 deletions.
8 changes: 7 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,12 @@ module.exports = function(grunt) {
],
dest: "codemirror/js/codemirror.min.js"
},
searchAddon: {
src: [
"codemirror/js/codemirror.addons.search.min.js",
],
dest: "codemirror/js/codemirror.addons.search.min.js"
},
mergeAddon: {
src: [
"codemirror/js/addon/merge/merge.js",
Expand Down Expand Up @@ -351,7 +357,7 @@ module.exports = function(grunt) {
options: {
reportUpdated: true,
updateType: "force",
semver: false
semver: true
}
}
}
Expand Down
Loading

0 comments on commit 77268f8

Please sign in to comment.