We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f793b commit 6e6b29cCopy full SHA for 6e6b29c
package.json
@@ -21,7 +21,8 @@
21
"phantomjs-prebuilt": "^2.1.12",
22
"rollup": "^0.34.10",
23
"rollup-plugin-buble": "^0.14.0",
24
- "rollup-watch": "^2.5.0"
+ "rollup-watch": "^2.5.0",
25
+ "uglify-js": "^2.8.15"
26
},
27
"bugs": "http://github.com/codemirror/CodeMirror/issues",
28
"keywords": [
release.sh
@@ -1,4 +1,5 @@
1
-uglifyjs --compress --mangle --output codemirror.min.js \
+#!/bin/bash
2
+./node_modules/.bin/uglifyjs --compress --mangle --output codemirror.min.js \
3
lib/codemirror.js \
4
addon/mode/overlay.js \
5
addon/mode/simple.js \
0 commit comments