You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removes whitespace, strips comments, combines files (incl. `@import` statements and small assets in CSS files), and optimizes/shortens a few common programming patterns, such as:
14
12
15
13
**JavaScript**
@@ -147,8 +145,3 @@ Although it's recommended to use Composer, you can actually [include these files
147
145
## License
148
146
149
147
Minify is [MIT](http://opensource.org/licenses/MIT) licensed.
150
-
151
-
152
-
## Challenges
153
-
154
-
If you're interested in learning some of the harder technical challenges I've encountered building this, you probably want to take a look at [what I wrote about it](http://www.mullie.eu/dont-build-your-own-minifier/) on my blog.
0 commit comments