-
```
It would be helpful if a minified version of SyntaxHighlighter was
available is part of the package.
Possibly provided in such a way that Brushes could be concatenated easily
to the Core without …
-
Great plugin. Would be even better if there were an option to have a "mini sidebar" with icon nav.
Cheers.
-
minified files, such as `**.min.js` and `**.min.css`, look terrible as the UI prints the entire line (https://github.com/coala/coala/issues/3130), and these files typically violate every rule in the b…
-
Currently, the website serves the development version of the code. Create a build script to minify the website and optimize load time.
-
Hi mate,
This might come as a weird question.
I'm struggling initializing ouibounce when using ouibounce.min.js. Works fine with the non-minimized file though.
I'm getting this:
![image](https…
-
Hello! first to congratulate for the operation, it is exquisite.
On the other hand, locally it works perfectly for me. But when uploading it to production, I get the error: Uncaught Error: Minified R…
-
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-license": "2.6.1"
And examples + documentation over at batr
eklem updated
2 years ago
-
### 🐛 Describe the bug
/Users/cizon/miniconda3/envs/s2s/lib/python3.10/site-packages/torch/_utils.py", line 912, in err_fn
raise RuntimeError(f"Tried to instantiate dummy base class {class_name}…
-
The un minified version is hard coded in the source, please change to minified so that low bandwith clients feel less pain.
-
```javascript
new webpack.optimize.UglifyJsPlugin({
compress: {
warnings: false,
screw_ie8: true,
conditionals: true,
unused: true,
comparisons…