minification
Here are 163 public repositories matching this topic...
Would be great to have a better documentation for the minify
method.
Usually, we can find the method signature with parameters and return details.
Here, I don't find any API description of this method in the README.
I had an error when doing minify(path.resolve(__dirname, 'assets/css/blabla.css'));
because until now i was using an array of paths. Looks like it is not working with a sing
The following:
.box {
border-top-left-radius: 10px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 40px;
}
is currently minified to:
.box{border-top-left-radius:10px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:40px}
but could be “short-hand”ed:
.box {borde
-
Updated
May 6, 2020 - TypeScript
Mention DLL
It would be nice if logs and debugging won't show up in minified scripts. So the custom.min.js should not have any debugging
This should work if added.
https://www.npmjs.com/package/gulp-strip-debug
Describe the bug
In your documentation, it clearly states:
You may add as many html pages as you’d like to the root level directory, they will automatically be copied and minified into the dist/ folder upon building your site.
So I don't know if this a bug report or a feature request:
I want users to be able to visit website.com/survey
instead of survey.html
so I've put a
-
Updated
Apr 10, 2020 - JavaScript
const HeaderUser = styled.a`
font-size: 0;
width: 42px;
height: 42px;
flex-shrink: 0;
&:hover {
border: 0;
margin-top: -10px;
padding-top: 7px;
border-top: 3px solid rgb(255, 255, 255);
/* ${HeaderAvatar} {
border: 2px solid rgb(255, 255, 255);
} */
}
`
=>
ERROR in ./clie
-
Updated
May 2, 2020 - TypeScript
Add 'since' information to plugin configuration parameters by inspecting the commit history.
-
Updated
Mar 15, 2019 - JavaScript
Before submitting an issue please check that you’ve completed the following steps:
Everything up to date
Describe the bug
In WordPress, we have Pages and we have Articles. When you clear the cache for one particular page, the success message being displayed indicates that the "ARTICLE" was cleared with success.
To Reproduce
Create any page and clear its cache.
**Expected be
-
Updated
Dec 30, 2019 - C
-
Updated
Jul 8, 2020 - C#
I would love to have some sort of static site created for Smidge with documentation, etc... instead of having all of the info just in this repo and on the wiki.
I might try GH pages, but if anyone can help out or has done this stuff before would love some help!
-
Updated
Jul 11, 2020
The version of posterizer
provided in ImageAlpha is different from posterize
as it exists in this repo. This becomes evident when running the following:
$ posterize -v 64 test.png test.png
MSE=20.288 (Q=43, 64 levels)
$ wc -c test.png
210715 test.png
$ /Applications/ImageAlpha.app/Contents/MacOS/posterizer -v 64 test.png test.png
MSE=17.192 (Q=50, 64 levels)
$ wc -c
Is your feature request related to a problem? Please describe.
Currently, stylelint configuration does not support SCSS-specific syntax, such as @extend
or @mixin
.
Describe the solution you'd like
Use this library here: https://github.com/kristerkari/stylelint-scss
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Jun 27, 2020 - PHP
-
Updated
Mar 1, 2020 - Ruby
-
Updated
Jun 15, 2020 - JavaScript
-
Updated
May 25, 2020 - JavaScript
-
Updated
Feb 22, 2020 - JavaScript
-
Updated
May 4, 2020 - Python
-
Updated
Mar 6, 2020 - HTML
-
Updated
Feb 20, 2019 - C#
Improve this page
Add a description, image, and links to the minification topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the minification topic, visit your repo's landing page and select "manage topics."
In the section Usage > CLI, the following command:
This command appears no longer works. I thought it was a Windows issue as I was getting a "no such file" error as it was the first command I tried with the module!